One True God
Show your devotion to the Lord
ما هو One True God؟
One True God هو إضافة Chrome تم تطويرها بواسطة dsurujon، والميزة الرئيسية لها هي "Show your devotion to the Lord".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One True God
قم بتنزيل ملفات الامتداد One True God بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.
معلومات أساسية عن التمديد
الاسم | |
ID | nnajkegpepmlenifnoffllhbejoefbij |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij |
الوصف | Show your devotion to the Lord |
حجم الملف | 26.05 KB |
عدد التثبيتات | 19 |
النسخة الحالية | 0.3 |
آخر تحديث | 2015-03-15 |
تاريخ النشر | 2015-03-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | dsurujon |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One True God", "version": "0.3", "permissions": [ "http:\/\/*\/*" ], "description": "Show your devotion to the Lord", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "replace.js" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "16": "nick16.png", "128": "nick128.png" } } |