Brandacted

This extension redacts brand names from most web content, unless I messed something up.

Brandactedとは何ですか?

Brandactedはjoeveixによって開発されたChromeの拡張機能で、その主な機能は「This extension redacts brand names from most web content, unless I messed something up.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.                    

拡張機能の基本情報

名前 Brandacted Brandacted
ID oaeccdidhldlcoepbmaohcdflaeaokjh
公式URL https://chromewebstore.google.com/detail/brandacted/oaeccdidhldlcoepbmaohcdflaeaokjh
説明 This extension redacts brand names from most web content, unless I messed something up.
ファイルサイズ 23.32 KB
インストール数 14
現在のバージョン 1.0
最終更新日 2015-06-18
公開日 2015-06-18
開発者 joeveix
支払い方法 free
拡張機能のウェブサイト http://www.twitter.com/joeveix
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brandacted",
    "description": "This extension redacts brand names from most web content, unless I messed something up.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Click here to redact brands."
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}