Voldemort Replacer
This extension replaces the word Voldemort in websites with one of 3 random values.
Co to jest Voldemort Replacer?
Voldemort Replacer to rozszerzenie Chrome opracowane przez Buckwheat469, a jego główną funkcją jest „This extension replaces the word Voldemort in websites with one of 3 random values.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Voldemort Replacer
Pobierz pliki rozszerzeń Voldemort Replacer 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
Replaces Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | apknhhlmkgippggghbhhdnekmgkaeglb |
Oficjalny URL | https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb |
Opis | This extension replaces the word Voldemort in websites with one of 3 random values. |
Rozmiar pliku | 352 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-05-10 |
Data Publikacji | 2015-05-10 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Buckwheat469 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ajbogh/VoldemortReplacer |
Adres URL Strony Pomocy | https://github.com/ajbogh/VoldemortReplacer/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voldemort Replacer", "description": "This extension replaces the word Voldemort in websites with one of 3 random values.", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "voldemortReplacer.js" ], "run_at": "document_end" } ] } |