freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
Was ist freeSMH?
freeSMH ist eine Chrome-Erweiterung, die von prods3 entwickelt wurde, und ihr Hauptmerkmal ist "Navigate SMH articles without being interrupted by the digital subscription pop-up".
Erweiterungsscreenshots
freeSMH-Erweiterungs-CRX-Datei herunterladen
Laden Sie freeSMH-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
Offizielle URL | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
Beschreibung | Navigate SMH articles without being interrupted by the digital subscription pop-up |
Dateigröße | 2.91 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2013-07-23 |
Veröffentlichungsdatum | 2013-07-23 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | prods3 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |