Add and save custom notes to individual Roblox profiles!
Click on the extension icon to view and import/export all of your notes.
https://chromewebstore.google.com/detail/oppdpokdhgchlccgkdflnfckdebccgke
https://addons.mozilla.org/en-US/firefox/addon/roblox-profile-notes
- Download the latest release zip file for your browser.
- If you decide to download the source code instead:
- Extract the folder and enter the extracted folder.
- Another folder should be inside. This will be the folder to install later.
- Find the
[browser].manifest.json
files. - Remove the
[browser].
in the filename for the browser you are using. - Example: if you're on Chrome (Chromium), then rename
chrome.manifest.json
tomanifest.json
.
- Extract the folder and enter the extracted folder.
- If you decide to download the source code instead:
- Extract the folder.
- Move the folder to a safe place where it won't get deleted accidentally (e.g.
Documents
folder). - Go to your browser extension manager or enter
chrome://extensions/
(or equivalent) into your address bar. - Enable
Developer Mode
. - Click
Load Unpacked
. - Select the extracted folder.
- Ensure that this folder has a
manifest.json
file directly inside of it. - The folder should not contain another folder.
- Ensure that this folder has a