Voldemort Replacer
This extension replaces the word Voldemort in websites with one of 3 random values.
Что такое Voldemort Replacer?
Voldemort Replacer - это расширение Chrome, разработанное Buckwheat469, и его основная функция - "This extension replaces the word Voldemort in websites with one of 3 random values.".
Снимки экрана расширения
Скачать файл CRX расширения Voldemort Replacer
Скачайте файлы расширений Voldemort Replacer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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".
Основная информация о расширении
Название | |
ID | apknhhlmkgippggghbhhdnekmgkaeglb |
Официальный URL | https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb |
Описание | This extension replaces the word Voldemort in websites with one of 3 random values. |
Размер файла | 352 KB |
Количество установок | 22 |
Текущая Версия | 1.2 |
Последнее Обновление | 2015-05-10 |
Дата публикации | 2015-05-10 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Buckwheat469 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ajbogh/VoldemortReplacer |
URL страницы помощи | https://github.com/ajbogh/VoldemortReplacer/issues |
Поддерживаемые языки | 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" } ] } |