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'"
} | |