South China Morning Clearance

South China Morning Clearance

What is South China Morning Clearance?

South China Morning Clearance is a Chrome extension developed by louisinhk, and its main feature is "South China Morning Clearance".

Extension Screenshots

screenshot

Download South China Morning Clearance Extension CRX File

Download South China Morning Clearance 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

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

Extension Basic Information

Name South China Morning Clearance South China Morning Clearance
ID cdehpghdgmcgjafphehekainkknbdajc
Official URL https://chromewebstore.google.com/detail/south-china-morning-clear/cdehpghdgmcgjafphehekainkknbdajc
Description South China Morning Clearance
File Size 108 KB
Installation Count 956
Current Version 1.0
Last Updated 2013-07-15
Publish Date 2013-07-15
Rating 4.10/5 Total 10 Ratings
Developer louisinhk
Payment Type free
Supported Languages 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"
    ]
}