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.”。
擴展截圖
下載Brandacted擴展crx文件
下載Brandacted擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.
擴展基本資訊
名稱 | |
ID | oaeccdidhldlcoepbmaohcdflaeaokjh |
官方網址 | 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" } ] } |