Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
Co to jest Praise Be to Helix?
Praise Be to Helix to rozszerzenie Chrome opracowane przez ranneyd, a jego główną funkcją jest „Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Praise Be to Helix
Pobierz pliki rozszerzeń Praise Be to Helix 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Oficjalny URL | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Opis | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
Rozmiar pliku | 42.73 KB |
Liczba instalacji | 180 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2014-02-25 |
Data Publikacji | 2014-02-24 |
Ocena | 4.72/5 Łącznie 36 Oceny |
Deweloper | ranneyd |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |