This repository was archived by the owner on Apr 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Extensions
alanv-tech edited this page Mar 11, 2025
·
5 revisions
This guide is intended only for advanced users. If this method does not work for you, do not create an issue about it.
- Open chrome://extensions in your browser.
- Click on the extension you want to modify.
- Locate and copy the extension ID.
๐ Tip: If the ID does not show up, you can also find it in the URL bar when viewing the extensionโs details.
๐ผ๏ธ (Insert reference image here)
-
Open the following link, replacing
id-herewith the extension ID you copied earlier:chrome-extension://id-here/manifest.json -
Once inside the manifest file, scroll down and look for a web-accessible resource. These are typically listed near the bottom of the page.
-
Look for a file name that is explicitly referenced as a web-accessible resource.
๐ผ๏ธ (Insert reference image here)
- Copy one of the resources from the web-accessible resource section.
- Replace
manifest.jsonin the URL with the resource name you copied. - Open the URL in your browser to confirm that it loads.
- โ If the resource does not load, return to Step 2 and try a different file.
- Locate settings in ExtPrint3r and enable Developer Mode.
- Add a temporary extension using the web-accessible resource URL you found.
- ๐ Success! You have now added a custom extension to Extension Printer!