Images ON/OFF
Disable images on current site.
什么是Images ON/OFF?
Images ON/OFF是由https://singleclickapps.com开发的Chrome扩展程序,该扩展的主要功能是“Disable images on current site.”。
扩展截图
下载Images ON/OFF扩展crx文件
下载Images ON/OFF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to disable/enable images on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts. There are some options available, but basically, the extension does just that and nothing more.
扩展基本信息
名称 | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
官方URL | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
简介 | Disable images on current site. |
文件大小 | 50.33 KB |
安装次数 | 29,934 |
当前版本 | 2.3.1 |
更新时间 | 2020-03-12 |
上架时间 | 2020-03-12 |
评分 | 4.18/5 共97次评分 |
开发者 | https://singleclickapps.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://singleclickapps.com/images-on-off/ |
隐私政策页面URL | https://singleclickapps.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Images ON\/OFF", "version": "2.3.1", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/images-on-off", "description": "Disable images on current site.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Images On\/Off" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html" } |