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" ] } ] } |