Benedict Cumberbatch

This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.

Cos'è Benedict Cumberbatch?

Benedict Cumberbatch è un'estensione di Chrome sviluppata da Afal, e la sua funzione principale è "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Benedict Cumberbatch

Scarica i file di estensione Benedict Cumberbatch 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

                                            

Informazioni di Base sull'Estensione

Nome Benedict Cumberbatch Benedict Cumberbatch
ID bhhakmjlmcijlidmjjhhkldkhdljgldg
URL Ufficiale https://chrome.google.com/webstore/detail/benedict-cumberbatch/bhhakmjlmcijlidmjjhhkldkhdljgldg
Descrizione This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.
Dimensione del File 12.32 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-23
Data di Pubblicazione 2015-08-23
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore Afal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Benedict Cumberbatch",
    "description": "This extension changes Benedict Cumberbatch's name to one of the many other names he's known by.",
    "version": "1.0",
    "icons": {
        "128": "benedict.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}