Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
Co to jest Bumpercar Candysnatch?
Bumpercar Candysnatch to rozszerzenie Chrome opracowane przez Viktor Seč, a jego główną funkcją jest „Replaces Benedict Cumberbatch with silly names”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bumpercar Candysnatch
Pobierz pliki rozszerzeń Bumpercar Candysnatch 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
Oficjalny URL | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
Opis | Replaces Benedict Cumberbatch with silly names |
Rozmiar pliku | 5.02 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2016-11-12 |
Data Publikacji | 2016-11-12 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Viktor Seč |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/viktorsec/bumpercar-candysnatch |
Obsługiwane Języki | 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" } ] } |