South China Morning Post Plus
Ad free SCMP News site
什么是South China Morning Post Plus?
South China Morning Post Plus是由rajesh64727开发的Chrome扩展程序,该扩展的主要功能是“Ad free SCMP News site”。
扩展截图
下载South China Morning Post Plus扩展crx文件
下载South China Morning Post Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read https://www.scmp.com/ without ads and article limits
扩展基本信息
名称 | |
ID | jelancbocliolndkmbioeaimlffhknnd |
官方URL | https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd |
简介 | Ad free SCMP News site |
文件大小 | 13.37 KB |
安装次数 | 234 |
当前版本 | 1.0.0 |
更新时间 | 2020-09-24 |
上架时间 | 2020-09-23 |
开发者 | rajesh64727 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://rajesh64727.github.io |
隐私政策页面URL | https://rajesh64727.github.io/privacy.html |
支持的语言 | 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]" } |