Deface

Imagebreaking and anxiety reduction for the web.

Co to jest Deface?

Deface to rozszerzenie Chrome opracowane przez Andy + Ji, a jego główną funkcją jest „Imagebreaking and anxiety reduction for the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Deface

Pobierz pliki rozszerzeń Deface w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!

.                    

Podstawowe informacje o rozszerzeniu

Nazwa Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
Oficjalny URL https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
Opis Imagebreaking and anxiety reduction for the web.
Rozmiar pliku 249 KB
Liczba instalacji 20
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2014-06-25
Data Publikacji 2014-06-25
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Andy + Ji
Typ Płatności free
Obsługiwane Języki 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"
    }
}