I built this extension because I was tired of online.ase.ro opening PDFs in the current tab. It fixes the annoyance of losing your spot on the page and helps keep your browser tabs organized while studying.
- Automatic: Detects PDF links,
pluginfile.php, andmod/resourcelinks. - Non-Intrusive: Only runs on
online.ase.ro.
This packages the extension so you don't have to reload it every time you restart your browser.
- Select both
manifest.jsonandcontent.jsand Zip them together. - Rename the new file from
.zipto.xpi. - Open a new tab, go to
about:config, search forxpinstall.signatures.required, and set it to false. - Go to
about:addons, click the Gear Icon, and select Install Add-on From File... - Select your
.xpifile.
⚠️ Important: Before you start, move your extension folder to a permanent safe place (like yourDocumentsfolder). If you delete or move this folder later, the extension will stop working.
- Go to
chrome://extensions. - Toggle Developer mode (top right).
- Click Load unpacked.
- Select the folder where you saved your files.