Twilify
Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.
ما هو Twilify؟
Twilify هو إضافة Chrome تم تطويرها بواسطة sadmoody، والميزة الرئيسية لها هي "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twilify
قم بتنزيل ملفات الامتداد Twilify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If the internet is getting far too depressing for you due to the Israel/Palestine conflict, this could be the extension for you. This extension will replace all mentions of Israel/Palestine with Team Edward/Team Jacob (respectively). To enable/disable it just click the apple/grenade icon that gets added to your browser. A hacky attempt at this extension while the idea is still topical. Enjoy!
معلومات أساسية عن التمديد
الاسم | |
ID | gllliepmmafhmkamndmcdaoiigkohopa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twilify/gllliepmmafhmkamndmcdaoiigkohopa |
الوصف | Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans. |
حجم الملف | 301 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2012-11-22 |
تاريخ النشر | 2012-11-22 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | sadmoody |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "contentscript.js", "main.js" ] } ], "web_accessible_resources": [ "twilify.js" ], "name": "Twilify", "description": "Reduces all mentions of the Israel\/Palestine conflict into a fight between Twilight fans.", "version": "1.0.3", "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": "apple.png", "default_title": "Twilify" }, "permissions": [ "tabs", "*:\/\/*\/*", "contextMenus" ] } |