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"
        }
    ]
}