Image Stripper
This extension removes all images from a page
什么是Image Stripper?
Image Stripper是由http://andersfisher.com开发的Chrome扩展程序,该扩展的主要功能是“This extension removes all images from a page”。
下载Image Stripper扩展crx文件
下载Image Stripper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Image striper hides all images on a page but preserves the layout of background images.
扩展基本信息
名称 | ![]() |
ID | jhmodlaiiloiddhmegemmjmgamhhcoaj |
官方URL | https://chrome.google.com/webstore/detail/image-stripper/jhmodlaiiloiddhmegemmjmgamhhcoaj |
简介 | This extension removes all images from a page |
文件大小 | 11.36 KB |
安装次数 | 16 |
当前版本 | 1.0 |
更新时间 | 2014-07-25 |
上架时间 | 2014-07-25 |
评分 | 2.00/5 共2次评分 |
开发者 | http://andersfisher.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Stripper", "description": "This extension removes all images from a page", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "app.js" ], "persistent": false } } |