South China Morning Post Plus

Ad free SCMP News site

South China Morning Post Plus क्या है?

South China Morning Post Plus rajesh64727 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad free SCMP News site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में South China Morning Post Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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]"
}