Site Bleacher

Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs

Site Bleacherคืออะไร?

Site Bleacher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wooque และคุณลักษณะหลักของมันคือ "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Site Bleacher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Changelog:

1.2.1
- Fix: don't clean cookies and other browser data of base domain while sub-domains are open

1.2.0
- Support for Firefox Multi Account Containers

1.1.0
- Improve extension to automatically remove more browsing data than previous versions
- Requires history and browsing data permissions

Source: https://github.com/wooque/site-bleacher
Issues: https://github.com/wooque/site-bleacher/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Site Bleacher Site Bleacher
ID mlcfcepfmnjphcdkfbfgokkjodlkmemo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo
คำอธิบาย Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
ขนาดไฟล์ 23.54 KB
จำนวนการติดตั้ง 705
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2019-11-12
วันที่เผยแพร่ 2019-11-09
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา wooque
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/wooque/site-bleacher
URL หน้าช่วยเหลือ https://github.com/wooque/site-bleacher/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Bleacher",
    "description": "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs",
    "version": "1.2.1",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "history",
        "browsingData",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}