South China Morning Post Plus
Ad free SCMP News site
What is South China Morning Post Plus?
South China Morning Post Plus is a Chrome extension developed by rajesh64727, and its main feature is "Ad free SCMP News site".
Extension Screenshots
Download South China Morning Post Plus Extension CRX File
Download South China Morning Post Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Read https://www.scmp.com/ without ads and article limits
Extension Basic Information
Name | |
ID | jelancbocliolndkmbioeaimlffhknnd |
Official URL | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
Description | Ad free SCMP News site |
File Size | 13.37 KB |
Installation Count | 234 |
Current Version | 1.0.0 |
Last Updated | 2020-09-24 |
Publish Date | 2020-09-23 |
Developer | rajesh64727 |
[email protected] | |
Payment Type | free |
Extension Website | https://rajesh64727.github.io |
Privacy Policy Page URL | https://rajesh64727.github.io/privacy.html |
Supported Languages | 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]" } |