Deface

Imagebreaking and anxiety reduction for the web.

Defaceとは何ですか?

DefaceはAndy + Jiによって開発されたChromeの拡張機能で、その主な機能は「Imagebreaking and anxiety reduction for the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Deface拡張機能のCRXファイルをダウンロード

Deface拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!

.                    

拡張機能の基本情報

名前 Deface Deface
ID kdlnkajjhnlfmffmcklnnfaofpjiglfn
公式URL https://chromewebstore.google.com/detail/deface/kdlnkajjhnlfmffmcklnnfaofpjiglfn
説明 Imagebreaking and anxiety reduction for the web.
ファイルサイズ 249 KB
インストール数 20
現在のバージョン 0.0.3
最終更新日 2014-06-25
公開日 2014-06-25
評価 5.00/5 合計 6 レビュー
開発者 Andy + Ji
支払い方法 free
対応言語 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"
    }
}