South China Morning Post Plus
Ad free SCMP News site
Co to jest South China Morning Post Plus?
South China Morning Post Plus to rozszerzenie Chrome opracowane przez rajesh64727, a jego główną funkcją jest „Ad free SCMP News site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia South China Morning Post Plus
Pobierz pliki rozszerzeń South China Morning Post Plus 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
Read https://www.scmp.com/ without ads and article limits
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jelancbocliolndkmbioeaimlffhknnd |
Oficjalny URL | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
Opis | Ad free SCMP News site |
Rozmiar pliku | 13.37 KB |
Liczba instalacji | 234 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-09-24 |
Data Publikacji | 2020-09-23 |
Deweloper | rajesh64727 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://rajesh64727.github.io |
Adres URL Strony Polityki Prywatności | https://rajesh64727.github.io/privacy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "South China Morning Post Plus", "version": "1.0.0", "description": "Ad free SCMP News site", "browser_action": { "default_icon": { "128": "images\/icon_128.png" } }, "icons": { "128": "images\/icon_128.png", "64": "images\/icon_64.png" }, "permissions": [ "https:\/\/www.scmp.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.scmp.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "author": "Rajesh Kumar [email protected]" } |