Deface

Imagebreaking and anxiety reduction for the web.

Cos'è Deface?

Deface è un'estensione di Chrome sviluppata da Andy + Ji, e la sua funzione principale è "Imagebreaking and anxiety reduction for the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Deface

Scarica i file di estensione Deface in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!

.                    

Informazioni di Base sull'Estensione

Nome Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
URL Ufficiale https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
Descrizione Imagebreaking and anxiety reduction for the web.
Dimensione del File 249 KB
Conteggio Installazioni 20
Versione Corrente 0.0.3
Ultimo Aggiornamento 2014-06-25
Data di Pubblicazione 2014-06-25
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Andy + Ji
Tipo di Pagamento free
Lingue Supportate 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"
    }
}