freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
Co je freeSMH?
freeSMH je rozšíření Chrome vyvinuté prods3, a jeho hlavní funkcí je „Navigate SMH articles without being interrupted by the digital subscription pop-up“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření freeSMH
Stáhněte si soubory rozšíření freeSMH ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Remove the digital subscription pop-up from SMH pages automatically. This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies. If you find it useful, please share it with your friends.
Základní Informace o Rozšíření
Název | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
Oficiální URL | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
Popis | Navigate SMH articles without being interrupted by the digital subscription pop-up |
Velikost souboru | 2.91 KB |
Počet instalací | 23 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2013-07-23 |
Datum Vydání | 2013-07-23 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | prods3 |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "freeSMH", "version": "1.1.0", "manifest_version": 2, "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up", "content_scripts": [ { "matches": [ "*:\/\/*.smh.com.au\/*" ], "js": [ "freeSMH.js" ], "run_at": "document_start" } ] } |