Deface
Imagebreaking and anxiety reduction for the web.
ما هو Deface؟
Deface هو إضافة Chrome تم تطويرها بواسطة Andy + Ji، والميزة الرئيسية لها هي "Imagebreaking and anxiety reduction for the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deface
قم بتنزيل ملفات الامتداد Deface بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Iconoclasm for the temple of celebrity and the cult of selfie. This page mod extension is an anxiety reduction machine that finds faces on pages and defaces them in your browser with a choice of filters. A small (but hopefully satisfying) intervention in the marketing spectacle called 'The Web'. Right click on the defaced image to share to social. Share and enjoy! .
معلومات أساسية عن التمديد
الاسم | Deface |
ID | kdlnkajjhnlfmffmcklnnfaofpjiglfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn |
الوصف | Imagebreaking and anxiety reduction for the web. |
حجم الملف | 249 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2014-06-25 |
تاريخ النشر | 2014-06-25 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | Andy + Ji |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.3", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Deface", "description": "__MSG_appDesc__", "default_locale": "en", "author": "Andy + Ji", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.js" ] } ], "background": { "scripts": [ "jquery-2.0.0.min.js", "deface.js", "background.js", "facebook.js" ] }, "permissions": [ "http:\/\/*\/", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net; object-src 'self'", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |