Clear This Site!

Clear This Site! deletes all data from the current site only.

Clear This Site!คืออะไร?

Clear This Site! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philipcolejohnson และคุณลักษณะหลักของมันคือ "Clear This Site! deletes all data from the current site only."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear This Site!

ดาวน์โหลดไฟล์ส่วนขยาย 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! Clear This Site!
ID lljaigckaodgklopfdnbjednjfeffoak
URL อย่างเป็นทางการ 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
}