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!
擴展基本資訊
名稱 | Scrubber Ducky |
ID | hfjolakcbflpengdpdjafnnmfopdlelo |
官方網址 | 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 |
電子郵箱 | [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" ] } |