Bleaner
This cool extension removes bloat for the page leading to a faster leaner browsing experience
Bleanerとは何ですか?
Bleanerはcharlie.mack669によって開発されたChromeの拡張機能で、その主な機能は「This cool extension removes bloat for the page leading to a faster leaner browsing experience」です。
拡張機能のスクリーンショット
Bleaner拡張機能のCRXファイルをダウンロード
Bleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly remove all occurences of page bloat including Flash, Java, and iframes.
拡張機能の基本情報
名前 | |
ID | lkadffjmnaiokkdncgdlecdegajoiemi |
公式URL | https://chrome.google.com/webstore/detail/bleaner/lkadffjmnaiokkdncgdlecdegajoiemi |
説明 | This cool extension removes bloat for the page leading to a faster leaner browsing experience |
ファイルサイズ | 23.37 KB |
インストール数 | 100,000 |
現在のバージョン | 0.1 |
最終更新日 | 2015-03-19 |
公開日 | 2015-03-19 |
評価 | 2.01/5 合計 110 レビュー |
開発者 | charlie.mack669 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bleaner", "background": { "scripts": [ "background.js" ] }, "description": "This cool extension removes bloat for the page leading to a faster leaner browsing experience", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "tabs", "https:\/\/*\/*" ], "commands": { "Bleaner": { "suggested_key": { "default": "Alt+Shift+B" }, "description": "Bleaner" } }, "version": "0.1", "manifest_version": 2 } |