Deface

Imagebreaking and anxiety reduction for the web.

¿Qué es Deface?

Deface es una extensión de Chrome desarrollada por Andy + Ji, y su función principal es "Imagebreaking and anxiety reduction for the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Deface

Descarga archivos de extensión Deface en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!

.                    

Información Básica de la Extensión

Nombre Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
URL Oficial https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
Descripción Imagebreaking and anxiety reduction for the web.
Tamaño del Archivo 249 KB
Cantidad de Instalaciones 20
Versión Actual 0.0.3
Última Actualización 2014-06-25
Fecha de Publicación 2014-06-25
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Andy + Ji
Tipo de Pago free
Idiomas Soportados 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"
    }
}