Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
Что такое Praise Be to Helix?
Praise Be to Helix - это расширение Chrome, разработанное ranneyd, и его основная функция - "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".
Снимки экрана расширения
Скачать файл CRX расширения Praise Be to Helix
Скачайте файлы расширений Praise Be to Helix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension replaces the word "God" (also "god") with the words "Lord Helix". It also replaces "Jesus" with "Bird Jesus" and "Satan" with "Dome Fossil". This is a ripoff of this app which is brilliant: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai Also, if you have not heard of Twitch Plays Pokemon yet, I pity you.
Основная информация о расширении
Название | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Официальный URL | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Описание | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
Размер файла | 42.73 KB |
Количество установок | 180 |
Текущая Версия | 2.1 |
Последнее Обновление | 2014-02-25 |
Дата публикации | 2014-02-24 |
Рейтинг | 4.72/5 Всего 36 оценок |
Разработчик | ranneyd |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces the word \"god\" with Lord Helix and \"Jesus\" with Bird Jesus and \"Satan\" with Dome Fossil", "manifest_version": 2, "name": "Praise Be to Helix", "version": "2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |