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"
    ]
}