freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
Co to jest freeSMH?
freeSMH to rozszerzenie Chrome opracowane przez prods3, a jego główną funkcją jest „Navigate SMH articles without being interrupted by the digital subscription pop-up”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia freeSMH
Pobierz pliki rozszerzeń freeSMH w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
Oficjalny URL | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
Opis | Navigate SMH articles without being interrupted by the digital subscription pop-up |
Rozmiar pliku | 2.91 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2013-07-23 |
Data Publikacji | 2013-07-23 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | prods3 |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |