Scrubber Ducky
Quickly erase history, caching etc. with the click of a button!
Scrubber Duckyとは何ですか?
Scrubber DuckyはThe Scrubber Duck Corporationによって開発されたChromeの拡張機能で、その主な機能は「Quickly erase history, caching etc. with the click of a button!」です。
拡張機能のスクリーンショット
Scrubber Ducky拡張機能のCRXファイルをダウンロード
Scrubber Ducky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a very simple extension to clear your history and all that other unwanted browsing data.
Simply press the scrubber ducky and he'll clean your web browser for you! 拡張機能の基本情報
| 名前 | |
| ID | hfjolakcbflpengdpdjafnnmfopdlelo |
| 公式URL | https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo |
| 説明 | Quickly erase history, caching etc. with the click of a button! |
| ファイルサイズ | 90.03 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-09-16 |
| 公開日 | 2016-09-16 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | The Scrubber Duck Corporation |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.scrubberducky.me |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scrubber Ducky",
"short_name": "scrubbrducky",
"description": "Quickly erase history, caching etc. with the click of a button!",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "scrubberducky.html"
},
"permissions": [
"browsingData"
]
} | |