Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
Apa itu Praise Be to Helix?
Praise Be to Helix adalah ekstensi Chrome yang dikembangkan oleh ranneyd, dan fitur utamanya adalah "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Praise Be to Helix
Unduh file ekstensi Praise Be to Helix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
URL Resmi | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Deskripsi | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
Ukuran File | 42.73 KB |
Jumlah Instalasi | 180 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2014-02-25 |
Tanggal Publikasi | 2014-02-24 |
Penilaian | 4.72/5 Total 36 Penilaian |
Pengembang | ranneyd |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |