Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
O que é Praise Be to Helix?
Praise Be to Helix é uma extensão do Chrome desenvolvida por ranneyd, e sua principal característica é "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Praise Be to Helix
Baixe arquivos de extensão Praise Be to Helix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
URL Oficial | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Descrição | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
Tamanho do Arquivo | 42.73 KB |
Contagem de Instalações | 180 |
Versão Atual | 2.1 |
Última Atualização | 2014-02-25 |
Data de Publicação | 2014-02-24 |
Classificação | 4.72/5 Total de 36 Avaliações |
Desenvolvedor | ranneyd |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |