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" } } |