Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

Cos'è Bumpercar Candysnatch?

Bumpercar Candysnatch è un'estensione di Chrome sviluppata da Viktor Seč, e la sua funzione principale è "Replaces Benedict Cumberbatch with silly names".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bumpercar Candysnatch

Scarica i file di estensione Bumpercar Candysnatch 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

                        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                    

Informazioni di Base sull'Estensione

Nome Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
URL Ufficiale https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
Descrizione Replaces Benedict Cumberbatch with silly names
Dimensione del File 5.02 KB
Conteggio Installazioni 41
Versione Corrente 0.1.2
Ultimo Aggiornamento 2016-11-12
Data di Pubblicazione 2016-11-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Viktor Seč
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/viktorsec/bumpercar-candysnatch
Lingue Supportate 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"
        }
    ]
}