#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
Что такое #GooberGabber - GamerGate Word Scrambler?
#GooberGabber - GamerGate Word Scrambler - это расширение Chrome, разработанное spiltcoffee, и его основная функция - "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
Снимки экрана расширения
Скачать файл CRX расширения #GooberGabber - GamerGate Word Scrambler
Скачайте файлы расширений #GooberGabber - GamerGate Word Scrambler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Current word count: 169.
Suggestions for words? Tweet them at @spiltcoffee or make a pull request at https://github.com/spiltcoffee/goobergabber
Find the Goobergabber Privacy Policy at
https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy Основная информация о расширении
| Название | |
| ID | efeahgomdginngpicicpkkbmgmcjembl |
| Официальный URL | https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl |
| Описание | Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator". |
| Размер файла | 30.53 KB |
| Количество установок | 23 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2016-08-18 |
| Дата публикации | 2016-08-18 |
| Рейтинг | 4.00/5 Всего 12 оценок |
| Разработчик | spiltcoffee |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/spiltcoffee/goobergabber |
| URL страницы политики конфиденциальности | https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "#GooberGabber - GamerGate Word Scrambler",
"short_name": "GooberGabber",
"description": "Replaces \"GamerGate\" with other G words. Also replaces \"GamerGater\" with \"Alligator\".",
"version": "1.2",
"author": "spiltcoffee",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"goobergabber.js"
],
"run_at": "document_end"
}
]
} | |