Selective Scrubber
Those secret sites? Begone from my history!
什麼是Selective Scrubber?
Selective Scrubber是由Jake Lee開發的Chrome擴展程式,該擴展的主要功能是“Those secret sites? Begone from my history!”。
擴展截圖
下載Selective Scrubber擴展crx文件
下載Selective Scrubber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
擴展基本資訊
名稱 | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
官方網址 | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
簡介 | Those secret sites? Begone from my history! |
檔案大小 | 18.99 KB |
安裝次數 | 42 |
目前版本 | 1.0.0 |
更新時間 | 2017-01-31 |
上架時間 | 2017-01-31 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Jake Lee |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/JakeSteam/SelectiveScrubber |
說明頁面URL | https://github.com/JakeSteam/SelectiveScrubber |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |