Cookie AutoClear

Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.

Cookie AutoClearคืออะไร?

Cookie AutoClear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sedgwickz และคุณลักษณะหลักของมันคือ "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com."

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

screenshot
screenshot

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

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

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

                        Cookie AutoClear can help you delete specific cookies as you need, which would track your personal privacy or inhibit your casual use, such as the websites which have a paywall. Cookie AutoClear won't  record any your information or data on any server, and all user data just exist on yourself browser.

Features:

- Automatically delete the cookies which website url on the setting page, and you can always change it by yourself all the time.

- Switch it on or off as you need any, just click the switch button on the extension popup menu.

- Never collect any information about yours. For more information you can visit: https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md

Usage:

Just Install it then it works, that's it. The default filter url in your setting dashboard is medium.com, after installing this extension, you can always read articles without any limit. You can always edit it for your requirement.

If you have any other problem, file an issue on GitHub. Maybe we can work it out.  

Project url: https://github.com/sedgwickz/cookieAutoClear                    

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

ชื่อ Cookie AutoClear Cookie AutoClear
ID bdlecjncfafhlnehekghapanflfcbikk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-autoclear/bdlecjncfafhlnehekghapanflfcbikk
คำอธิบาย Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.
ขนาดไฟล์ 16.13 KB
จำนวนการติดตั้ง 400
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sedgwickz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sedgwickz/cookieAutoClear
URL หน้าช่วยเหลือ https://github.com/sedgwickz/cookieAutoClear/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie AutoClear",
    "version": "0.1",
    "description": "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webNavigation",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-default16.png",
            "32": "images\/icon-default32.png",
            "48": "images\/icon-default48.png",
            "128": "images\/icon-default128.png"
        }
    },
    "icons": {
        "16": "images\/icon-default16.png",
        "32": "images\/icon-default32.png",
        "48": "images\/icon-default48.png",
        "128": "images\/icon-default128.png"
    }
}