Cageify
Let the One True God embrace your webpages with his graciousness!
ما هو Cageify؟
Cageify هو إضافة Chrome تم تطويرها بواسطة OrfeasZ، والميزة الرئيسية لها هي "Let the One True God embrace your webpages with his graciousness!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cageify
قم بتنزيل ملفات الامتداد Cageify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Always to have the websites you visit embraced by the One True God, Nicolas Cage? This extension makes it possible! Click the Cageify icon and watch the magic happen!
معلومات أساسية عن التمديد
الاسم | Cageify |
ID | ppoobnoipkllpmpnnldhpghefjhiinoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh |
الوصف | Let the One True God embrace your webpages with his graciousness! |
حجم الملف | 92.63 KB |
عدد التثبيتات | 1,015 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2013-05-08 |
تاريخ النشر | 2013-05-08 |
تقييم | 4.65/5 مجموع تقييمات 23 |
المطور | OrfeasZ |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "cageify.js" ] }, "manifest_version": 2, "name": "Cageify", "description": "Let the One True God embrace your webpages with his graciousness!", "version": "0.0.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |