South China Morning Post Plus

Ad free SCMP News site

Vad är South China Morning Post Plus?

South China Morning Post Plus är en Chrome-tillägg utvecklad av rajesh64727, och dess huvudfunktion är "Ad free SCMP News site".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner South China Morning Post Plus-förlängningens CRX-fil

Ladda ner South China Morning Post Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Read https://www.scmp.com/ without ads and article limits                    

Grundläggande Information om Tillägg

Namn South China Morning Post Plus South China Morning Post Plus
ID jelancbocliolndkmbioeaimlffhknnd
Officiell webbadress https://chromewebstore.google.com/detail/south-china-morning-post/jelancbocliolndkmbioeaimlffhknnd
Beskrivning Ad free SCMP News site
Filstorlek 13.37 KB
Antal Installationer 234
Aktuell Version 1.0.0
Senast Uppdaterad 2020-09-24
Publiceringsdatum 2020-09-23
Utvecklare rajesh64727
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://rajesh64727.github.io
URL till Sekretesspolicy Sidan https://rajesh64727.github.io/privacy.html
Stödda Språk 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]"
}