The Verge - Is It A Thing

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

Co je The Verge - Is It A Thing?

The Verge - Is It A Thing je rozšíření Chrome vyvinuté Jens Møller, a jeho hlavní funkcí je „Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření The Verge - Is It A Thing

Stáhněte si soubory rozšíření The Verge - Is It A Thing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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_                    

Základní Informace o Rozšíření

Název The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
Oficiální URL https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp
Popis Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Velikost souboru 1.03 MB
Počet instalací 65
Aktuální Verze 1.4.0
Poslední Aktualizace 2020-06-11
Datum Vydání 2020-06-11
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Jens Møller
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://twitter.com/mehedih_
URL Stránky Nápovědy https://twitter.com/mehedih_
Podporované Jazyky 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\/*"
            ]
        }
    ]
}