South China Morning Clearance

South China Morning Clearance

什么是South China Morning Clearance?

South China Morning Clearance是由louisinhk开发的Chrome扩展程序,该扩展的主要功能是“South China Morning Clearance”。

扩展截图

screenshot

下载South China Morning Clearance扩展crx文件

下载South China Morning Clearance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension to bypass viewing limit on SCMP by clearning cookies and localStorage data.                    

扩展基本信息

名称 South China Morning Clearance South China Morning Clearance
ID cdehpghdgmcgjafphehekainkknbdajc
官方URL https://chromewebstore.google.com/detail/south-china-morning-clear/cdehpghdgmcgjafphehekainkknbdajc
简介 South China Morning Clearance
文件大小 108 KB
安装次数 956
当前版本 1.0
更新时间 2013-07-15
上架时间 2013-07-15
评分 4.10/5 共10次评分
开发者 louisinhk
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "South China Morning Clearance",
    "homepage_url": "https:\/\/github.com\/louisinhongkong\/South-Morning-China-Clearance",
    "version": "1.0",
    "description": "South China Morning Clearance",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.scmp.com\/*",
                "https:\/\/www.scmp.com\/*",
                "http:\/\/scmp.com\/*",
                "https:\/\/scmp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.scmp.com\/*",
        "https:\/\/www.scmp.com\/*",
        "http:\/\/scmp.com\/*",
        "https:\/\/scmp.com\/*",
        "cookies"
    ]
}