The Verge - Is It A Thing

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

Cos'è The Verge - Is It A Thing?

The Verge - Is It A Thing è un'estensione di Chrome sviluppata da Jens Møller, e la sua funzione principale è "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The Verge - Is It A Thing

Scarica i file di estensione The Verge - Is It A Thing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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_                    

Informazioni di Base sull'Estensione

Nome The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
URL Ufficiale https://chrome.google.com/webstore/detail/the-verge-is-it-a-thing/cpcgngnlhhndbhmahlaplhjifjlgpogp
Descrizione Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com
Dimensione del File 1.03 MB
Conteggio Installazioni 65
Versione Corrente 1.4.0
Ultimo Aggiornamento 2020-06-11
Data di Pubblicazione 2020-06-11
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Jens Møller
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/mehedih_
URL della Pagina di Aiuto https://twitter.com/mehedih_
Lingue Supportate 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\/*"
            ]
        }
    ]
}