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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |