Redacted

Redacted -

什麼是Redacted?

Redacted是由https://jamestomasino.com開發的Chrome擴展程式,該擴展的主要功能是“Redacted -”。

擴展截圖

screenshot

下載Redacted擴展crx文件

下載Redacted擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms.

Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.                    

擴展基本資訊

名稱 Redacted Redacted
ID bgfkfggjjpdconmpcdnenfffaeelhdom
官方網址 https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom
簡介 Redacted -
檔案大小 59.78 KB
安裝次數 378
目前版本 0.0.1
更新時間 2016-03-06
上架時間 2016-03-05
評分 5.00/5 共 3 次評分
開發者 https://jamestomasino.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jamestomasino/redacted
說明頁面URL https://github.com/jamestomasino/redacted/issues
支援的語言 en-US
manifest.json
{
    "author": "James Tomasino",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Redacted",
        "default_icon": "icon128.png",
        "default_title": "Redacted"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Redacted - ",
    "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Redacted",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Redacted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "fonts\/redacted-regular.eot",
        "fonts\/redacted-regular.svg",
        "fonts\/redacted-regular.ttf",
        "fonts\/redacted-regular.woff",
        "fonts\/redacted-regular.woff2"
    ]
}