South China Morning Post Plus
Ad free SCMP News site
Hvad er South China Morning Post Plus?
South China Morning Post Plus er en Chrome-udvidelse udviklet af rajesh64727, og dens hovedfunktion er "Ad free SCMP News site".
Udvidelsesskærmbilleder
Download South China Morning Post Plus-udvidelses-CRX-fil
Download South China Morning Post Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Read https://www.scmp.com/ without ads and article limits
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jelancbocliolndkmbioeaimlffhknnd |
Officiel URL | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
Beskrivelse | Ad free SCMP News site |
Filstørrelse | 13.37 KB |
Antal Installationer | 234 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-09-24 |
Udgivelsesdato | 2020-09-23 |
Udvikler | rajesh64727 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://rajesh64727.github.io |
URL til Fortrolighedspolitik Side | https://rajesh64727.github.io/privacy.html |
Understøttede Sprog | 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]" } |