Stopbot
Easily turn image loading on and off to reduce data usage and speed up page loads.
什么是Stopbot?
Stopbot是由Jonathan Kirst开发的Chrome扩展程序,该扩展的主要功能是“Easily turn image loading on and off to reduce data usage and speed up page loads.”。
扩展截图
下载Stopbot扩展crx文件
下载Stopbot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When turned on, Stopbot changes your Chrome Content Settings to block images. To turn it on and block images, just click the extension icon at the top right of your browser. If you want to turn images back on, simply click it again and reload the page. For a full description from Google about these settings, read more here: https://support.google.com/chrome/answer/2392971?hl=en
扩展基本信息
名称 | Stopbot |
ID | ihdeebmfbnbncbkdfeleapkghoalldmg |
官方URL | https://chromewebstore.google.com/detail/stopbot/ihdeebmfbnbncbkdfeleapkghoalldmg |
简介 | Easily turn image loading on and off to reduce data usage and speed up page loads. |
文件大小 | 4.94 KB |
安装次数 | 77 |
当前版本 | 1.0.4 |
更新时间 | 2013-07-14 |
上架时间 | 2013-07-14 |
评分 | 4.71/5 共7次评分 |
开发者 | Jonathan Kirst |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopbot", "description": "Easily turn image loading on and off to reduce data usage and speed up page loads.", "version": "1.0.4", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "photos.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |