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
官方網址 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]"
}