Deface
Imagebreaking and anxiety reduction for the web.
Co je Deface?
Deface je rozšíření Chrome vyvinuté Andy + Ji, a jeho hlavní funkcí je „Imagebreaking and anxiety reduction for the web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Deface
Stáhněte si soubory rozšíření Deface ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! .
Základní Informace o Rozšíření
Název | Deface |
ID | kdlnkajjhnlfmffmcklnnfaofpjiglfn |
Oficiální URL | https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn |
Popis | Imagebreaking and anxiety reduction for the web. |
Velikost souboru | 249 KB |
Počet instalací | 20 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2014-06-25 |
Datum Vydání | 2014-06-25 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | Andy + Ji |
Typ Platby | free |
Podporované Jazyky | 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" } } |