The Verge - Is It A Thing

Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com

The Verge - Is It A Thing क्या है?

The Verge - Is It A Thing Jens Møller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में The Verge - Is It A Thing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Adds "and I have no idea if that’s a sex thing" to all headlines on theverge.com. Created by Mehedi Hassan https://twitter.com/mehedih_                    

एक्सटेंशन की मूल जानकारी

नाम The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
आधिकारिक URL https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp
विवरण Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 65
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2020-06-11
प्रकाशन तिथि 2020-06-11
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Jens Møller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/mehedih_
सहायता पृष्ठ URL https://twitter.com/mehedih_
समर्थित भाषाएँ de,en,fr,da,es,it,el,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/twitter.com\/mehedih_",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "filter.js"
            ],
            "matches": [
                "*:\/\/www.theverge.com\/*"
            ]
        }
    ]
}