NoImages
Save loading time in slow internet connections by removing all images from the page
什么是NoImages?
NoImages是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Save loading time in slow internet connections by removing all images from the page”。
扩展截图
下载NoImages扩展crx文件
下载NoImages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have a slow internet connection while traveling abroad or just with your regular ISP ? Save loading time in slow internet connections by removing all images from the page using this nifty extension.
扩展基本信息
名称 | NoImages |
ID | fkmkefpehlolmdiloilglfcojbomaoii |
官方URL | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
简介 | Save loading time in slow internet connections by removing all images from the page |
文件大小 | 14.2 KB |
安装次数 | 4,151 |
当前版本 | 0.1 |
更新时间 | 2015-05-25 |
上架时间 | 2015-05-22 |
评分 | 1.86/5 共7次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoImages", "description": "Save loading time in slow internet connections by removing all images from the page", "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |