BYR blocker
眼不见为净,净了又净。
BYR blockerとは何ですか?
BYR blockerはZichuan Maによって開発されたChromeの拡張機能で、その主な機能は「眼不见为净,净了又净。」です。
拡張機能のスクリーンショット
BYR blocker拡張機能のCRXファイルをダウンロード
BYR blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
不想看到某些ID的发言?
快使用北邮人论坛黑名单插件!
Powered by Guiyou Team.
View source on Github: https://github.com/chon219/byrblocker 拡張機能の基本情報
| 名前 | |
| ID | knbakcfldfcdefdiibjojpbaoidcfpgo |
| 公式URL | https://chromewebstore.google.com/detail/byr-blocker/knbakcfldfcdefdiibjojpbaoidcfpgo |
| 説明 | 眼不见为净,净了又净。 |
| ファイルサイズ | 95.52 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-07-01 |
| 公開日 | 2014-07-01 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Zichuan Ma |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BYR blocker",
"version": "1.0",
"description": "\u773c\u4e0d\u89c1\u4e3a\u51c0\uff0c\u51c0\u4e86\u53c8\u51c0\u3002",
"content_scripts": [
{
"matches": [
"*:\/\/bbs.byr.cn\/*",
"*:\/\/bbs6.byr.cn\/*"
],
"js": [
"js\/blocker.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_icon": "icons\/sb-icon-enabled.png",
"default_title": "BYR blocker"
},
"permissions": [
"storage"
],
"icons": {
"16": "icons\/sb-icon16.png",
"48": "icons\/sb-icon48.png",
"128": "icons\/sb-icon128.png"
}
} | |