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 |
| 官方網址 | 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'"
} | |