The Verge - Is It A Thing

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

Qu'est-ce que The Verge - Is It A Thing ?

The Verge - Is It A Thing est une extension Chrome développée par Jens Møller, et sa fonction principale est "Adds 'and I have no idea if that’s a sex thing'. To all headlines on theverge.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The Verge - Is It A Thing

Téléchargez les fichiers d'extension The Verge - Is It A Thing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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_                    

Informations de Base sur l'Extension

Nom The Verge - Is It A Thing The Verge - Is It A Thing
ID cpcgngnlhhndbhmahlaplhjifjlgpogp
URL Officiel 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
Taille du Fichier 1.03 MB
Nombre d'Installations 65
Version Actuelle 1.4.0
Dernière Mise à Jour 2020-06-11
Date de Publication 2020-06-11
Évaluation 4.67/5 Total 3 Évaluations
Développeur Jens Møller
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/mehedih_
URL de la Page d'Aide https://twitter.com/mehedih_
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}