Block image
Block images and videos.
Block imageとは何ですか?
Block imageはHnQによって開発されたChromeの拡張機能で、その主な機能は「Block images and videos.」です。
拡張機能のスクリーンショット
Block image拡張機能のCRXファイルをダウンロード
Block image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevent images from "DownLoading".
You can toggle blocking on/off by clicking the extension icon on the chrome toolbar. 拡張機能の基本情報
| 名前 | |
| ID | pehaalcefcjfccdpbckoablngfkfgfgj |
| 公式URL | https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj |
| 説明 | Block images and videos. |
| ファイルサイズ | 22.35 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-06-28 |
| 公開日 | 2018-06-28 |
| 評価 | 4.26/5 合計 186 レビュー |
| 開発者 | HnQ |
| 支払い方法 | free |
| 対応言語 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_desc__",
"version": "1.1",
"default_locale": "en",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon19-disabled.png"
},
"default_title": "__MSG_extension_name__"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |