South China Morning Post Plus
Ad free SCMP News site
Wat is South China Morning Post Plus?
South China Morning Post Plus is een Chrome-extensie ontwikkeld door rajesh64727, en de belangrijkste functie is "Ad free SCMP News site".
Extensie Screenshots
Download het CRX-bestand van de extensie South China Morning Post Plus
Download South China Morning Post Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Read https://www.scmp.com/ without ads and article limits
Basisinformatie over de Extensie
Naam | |
ID | jelancbocliolndkmbioeaimlffhknnd |
Officiële URL | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
Beschrijving | Ad free SCMP News site |
Bestandsgrootte | 13.37 KB |
Aantal Installaties | 234 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-09-24 |
Publicatiedatum | 2020-09-23 |
Ontwikkelaar | rajesh64727 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rajesh64727.github.io |
URL van de Privacybeleid Pagina | https://rajesh64727.github.io/privacy.html |
Ondersteunde Talen | 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]" } |