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