Deface

Imagebreaking and anxiety reduction for the web.

Was ist Deface?

Deface ist eine Chrome-Erweiterung, die von Andy + Ji entwickelt wurde, und ihr Hauptmerkmal ist "Imagebreaking and anxiety reduction for the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Deface-Erweiterungs-CRX-Datei herunterladen

Laden Sie Deface-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!

.                    

Grundlegende Informationen zur Erweiterung

Name Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
Offizielle URL https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
Beschreibung Imagebreaking and anxiety reduction for the web.
Dateigröße 249 KB
Installationsanzahl 20
Aktuelle Version 0.0.3
Letztes Update 2014-06-25
Veröffentlichungsdatum 2014-06-25
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Andy + Ji
Zahlungsart free
Unterstützte Sprachen 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"
    }
}