B&W
Flashes body black and white. Disturbingly annoying.
B&Wとは何ですか?
B&Wはqwertyman1によって開発されたChromeの拡張機能で、その主な機能は「Flashes body black and white. Disturbingly annoying.」です。
拡張機能のスクリーンショット
B&W拡張機能のCRXファイルをダウンロード
B&W拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Flashes body black and white.
Disturbingly annoying. 拡張機能の基本情報
| 名前 | |
| ID | ehehoanbepdkbcdpicnkoocbklfhhimc |
| 公式URL | https://chromewebstore.google.com/detail/bw/ehehoanbepdkbcdpicnkoocbklfhhimc |
| 説明 | Flashes body black and white. Disturbingly annoying. |
| ファイルサイズ | 3.34 KB |
| インストール数 | 61 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-04-30 |
| 公開日 | 2014-04-30 |
| 評価 | 2.58/5 合計 12 レビュー |
| 開発者 | qwertyman1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR57R5U6SBWFN |
| プライバシーポリシーページのURL | https://stoic-hawking-3d1aaa.netlify.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "B&W",
"version": "1.0",
"manifest_version": 2,
"description": "",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"background.js"
]
}
]
} | |