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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 South China Morning Post Plus South China Morning Post Plus
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
Eメール [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]"
}