Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

Qu'est-ce que Benedict Cumberbatch-inator ?

Benedict Cumberbatch-inator est une extension Chrome développée par gabefoad, et sa fonction principale est "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…".

Télécharger le fichier CRX de l'extension Benedict Cumberbatch-inator

Téléchargez les fichiers d'extension Benedict Cumberbatch-inator 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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

Informations de Base sur l'Extension

Nom Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
URL Officiel https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
Description Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
Taille du Fichier 4.99 KB
Nombre d'Installations 14
Version Actuelle 1.2.0
Dernière Mise à Jour 2016-07-21
Date de Publication 2016-07-21
Évaluation 4.50/5 Total 2 Évaluations
Développeur gabefoad
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}