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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |