Deface

Imagebreaking and anxiety reduction for the web.

O que é Deface?

Deface é uma extensão do Chrome desenvolvida por Andy + Ji, e sua principal característica é "Imagebreaking and anxiety reduction for the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Deface

Baixe arquivos de extensão Deface no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!

.                    

Informações Básicas da Extensão

Nome Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
URL Oficial https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
Descrição Imagebreaking and anxiety reduction for the web.
Tamanho do Arquivo 249 KB
Contagem de Instalações 20
Versão Atual 0.0.3
Última Atualização 2014-06-25
Data de Publicação 2014-06-25
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Andy + Ji
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}