The Verge - Is It A Thing

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

What is The Verge - Is It A Thing?

The Verge - Is It A Thing is a Chrome extension developed by Jens Møller, and its main feature is "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download The Verge - Is It A Thing Extension CRX File

Download The Verge - Is It A Thing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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_                    

Extension Basic Information

Name The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
Official URL https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp
Description Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
File Size 1.03 MB
Installation Count 65
Current Version 1.4.0
Last Updated 2020-06-11
Publish Date 2020-06-11
Rating 4.67/5 Total 3 Ratings
Developer Jens Møller
Email [email protected]
Payment Type free
Extension Website https://twitter.com/mehedih_
Help Page URL https://twitter.com/mehedih_
Supported Languages 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\/*"
            ]
        }
    ]
}