Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

Qu'est-ce que Bumpercar Candysnatch ?

Bumpercar Candysnatch est une extension Chrome développée par Viktor Seč, et sa fonction principale est "Replaces Benedict Cumberbatch with silly names".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bumpercar Candysnatch

Téléchargez les fichiers d'extension Bumpercar Candysnatch 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

                        Inspiration and original substitutions come from the following AskReddit thread:

https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/

Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch                    

Informations de Base sur l'Extension

Nom Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
URL Officiel https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
Description Replaces Benedict Cumberbatch with silly names
Taille du Fichier 5.02 KB
Nombre d'Installations 41
Version Actuelle 0.1.2
Dernière Mise à Jour 2016-11-12
Date de Publication 2016-11-12
Évaluation 5.00/5 Total 4 Évaluations
Développeur Viktor Seč
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/viktorsec/bumpercar-candysnatch
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bumpercar Candysnatch",
    "description": "Replaces Benedict Cumberbatch with silly names",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}