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…

Co to jest Benedict Cumberbatch-inator?

Benedict Cumberbatch-inator to rozszerzenie Chrome opracowane przez gabefoad, a jego główną funkcją jest „Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…”.

Pobierz plik CRX rozszerzenia Benedict Cumberbatch-inator

Pobierz pliki rozszerzeń Benedict Cumberbatch-inator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
Oficjalny URL https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
Opis Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
Rozmiar pliku 4.99 KB
Liczba instalacji 14
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2016-07-21
Data Publikacji 2016-07-21
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper gabefoad
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}