freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
Vad är freeSMH?
freeSMH är en Chrome-tillägg utvecklad av prods3, och dess huvudfunktion är "Navigate SMH articles without being interrupted by the digital subscription pop-up".
Tilläggsskärmbilder
Ladda ner freeSMH-förlängningens CRX-fil
Ladda ner freeSMH-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
Officiell webbadress | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
Beskrivning | Navigate SMH articles without being interrupted by the digital subscription pop-up |
Filstorlek | 2.91 KB |
Antal Installationer | 23 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2013-07-23 |
Publiceringsdatum | 2013-07-23 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | prods3 |
Betalningssätt | free |
Stödda Språk | 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" } ] } |