Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
什么是Image Remover?
Image Remover是由https://danielw.org开发的Chrome扩展程序,该扩展的主要功能是“It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…”。
扩展截图
下载Image Remover扩展crx文件
下载Image Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. ===== Testimonials ===== Person A: "No feedback needed, it's that effective." Person B: "What A said."
扩展基本信息
名称 | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
官方URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
简介 | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
文件大小 | 7.88 KB |
安装次数 | 1,528 |
当前版本 | 1.0 |
更新时间 | 2016-03-03 |
上架时间 | 2016-03-02 |
评分 | 4.44/5 共9次评分 |
开发者 | https://danielw.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.danielw.org |
帮助页面URL | http://www.danielw.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Remover", "version": "1.0", "permissions": [ "background", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "16.png", "48": "48.png", "128": "imgremove.png" }, "browser_action": { "default_title": "Click to remove all images", "default_icon": "imgremove.png" }, "manifest_version": 2, "short_name": "Image Remover" } |