NoImages
Save loading time in slow internet connections by removing all images from the page
What is NoImages?
NoImages is a Chrome extension developed by Unknown, and its main feature is "Save loading time in slow internet connections by removing all images from the page".
Extension Screenshots
Download NoImages Extension CRX File
Download NoImages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NoImages |
ID | fkmkefpehlolmdiloilglfcojbomaoii |
Official URL | https://chromewebstore.google.com/detail/noimages/fkmkefpehlolmdiloilglfcojbomaoii |
Description | Save loading time in slow internet connections by removing all images from the page |
File Size | 14.2 KB |
Installation Count | 4,151 |
Current Version | 0.1 |
Last Updated | 2015-05-25 |
Publish Date | 2015-05-22 |
Rating | 1.86/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |