Clear This Site!
Clear This Site! deletes all data from the current site only.
什麼是Clear This Site!?
Clear This Site!是由philipcolejohnson開發的Chrome擴展程式,該擴展的主要功能是“Clear This Site! deletes all data from the current site only.”。
擴展截圖
下載Clear This Site!擴展crx文件
下載Clear This Site!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clearing a site shouldn't log you out of everything else. Make the current site forget you while leaving other sites alone. - One button. Dead simple! - Easy way to get a fresh start on your current site - Leaves data from other sites alone - Clear cookies, session data, local storage, and plugin data - Much faster than opening up dev tools - Configurable. Reload? Sure. Save your cookies? No problem.
擴展基本資訊
名稱 | Clear This Site! |
ID | lljaigckaodgklopfdnbjednjfeffoak |
官方網址 | https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak |
簡介 | Clear This Site! deletes all data from the current site only. |
檔案大小 | 84.18 KB |
安裝次數 | 47 |
目前版本 | 2.0.0 |
更新時間 | 2021-03-03 |
上架時間 | 2019-11-16 |
開發者 | philipcolejohnson |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Site!", "version": "2.0.0", "author": "Philip Cole Johnson", "description": "Clear This Site! deletes all data from the current site only.", "permissions": [ "activeTab", "browsingData", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_title": "Clear This Site!", "default_icon": { "16": "images\/trash-16.png", "32": "images\/trash-32.png", "48": "images\/trash-48.png", "128": "images\/trash-128.png" } }, "icons": { "16": "images\/trash-16.png", "32": "images\/trash-32.png", "48": "images\/trash-48.png", "128": "images\/trash-128.png" }, "manifest_version": 3 } |