Hulk Smash Browser Cleaner
On Exit Browser Cleaner
Hulk Smash Browser Cleanerとは何ですか?
Hulk Smash Browser Cleanerはjbriscoeによって開発されたChromeの拡張機能で、その主な機能は「On Exit Browser Cleaner」です。
Hulk Smash Browser Cleaner拡張機能のCRXファイルをダウンロード
Hulk Smash Browser Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time. **Please note, if you allow Chrome to run in the background this application will not be able to execute.
拡張機能の基本情報
名前 | |
ID | ppcjeoolbidebblgggbbkimaeilhdgif |
公式URL | https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif |
説明 | On Exit Browser Cleaner |
ファイルサイズ | 190 KB |
インストール数 | 33 |
現在のバージョン | 1.2.2 |
最終更新日 | 2013-10-25 |
公開日 | 2013-10-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jbriscoe |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulk Smash Browser Cleaner", "version": "1.2.2", "description": "On Exit Browser Cleaner", "permissions": [ "browsingData", "background", "tabs", "history" ], "background": { "scripts": [ "eventpage.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |