Image blocker
Chrome extension for comfortable image blocking.
Image blockerとは何ですか?
Image blockerはDavit Osipyanによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for comfortable image blocking.」です。
拡張機能のスクリーンショット
Image blocker拡張機能のCRXファイルをダウンロード
Image blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ImageBlocker is a Chrome extension that lets you hide or unhide images on a web page. A simple click on the ImageBlocker address bar icon or context menu item reveals or conceals images on-the-fly with true Opera-style functionality.
Hiding/unhiding images is just a click away!
----------------------------------------------
Please note that ImageBlocker is not traffic saver and doesn't prevent image downloading. 拡張機能の基本情報
| 名前 | |
| ID | mkhbghdfcdepfhgeklhdhlmdldiiaajp |
| 公式URL | https://chromewebstore.google.com/detail/image-blocker/mkhbghdfcdepfhgeklhdhlmdldiiaajp |
| 説明 | Chrome extension for comfortable image blocking. |
| ファイルサイズ | 236 KB |
| インストール数 | 15,073 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2020-06-07 |
| 公開日 | 2020-06-07 |
| 評価 | 3.61/5 合計 117 レビュー |
| 開発者 | Davit Osipyan |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.2",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"page_action": {
"default_title": "__MSG_extName__"
},
"default_locale": "en",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"page": "background.html"
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |