Auto Clear Browsing Data

Helps users to automatically clear your browsing data after pre-defined time intervals.

Auto Clear Browsing Dataคืออะไร?

Auto Clear Browsing Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kodemuse.dev และคุณลักษณะหลักของมันคือ "Helps users to automatically clear your browsing data after pre-defined time intervals."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Clear Browsing Data

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

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

                        "Auto Clear Browsing Data" extension helps users to remove unnecessary browsing
data. Users can either manually remove specific data or they can define automatic tasks
that execute after a pre-defined time interval or on browser startup.

Users can define independent tasks for removing specific data type set from their web browser.

This extension also provides a comprehensive event log to inform users about how tasks are executed.

How to use:

Please follow simple steps given below to automatically remove specific data
type set from your web browser:
- Click on add task button.
- Enter task identifier.
- Select time interval between removal of data.
- Select data type set to be removed example: cookies, history, cache etc.
- Click on add button.
- Click on apply changes and reload button to start executing the task.
- See the event log to verify if the task is properly executing.

Manual data removal:

Please follow these steps to manually remove specific data type set:
- Click on manual data removal tab.
- Select what data type set to be removed example: cookies, history, cache etc.
- Click on remove button.

This tool supports following data type set:

- Websites' appcaches.
- The browser's cache.
- Cache storage
- The browser's cookies.
- The browser's download list.
- Websites' file systems.
- The browser's stored form data.
- The browser's history.
- Websites' IndexedDB data.
- Websites' local storage data.
- Stored passwords.
- Service Workers.
- Websites' WebSQL data.

Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behavior. Information necessary for functioning of this software is stored on the devices of the end user, our servers do not have access to this information.

For more information please read our privacy policy and terms of service.                    

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

ชื่อ Auto Clear Browsing Data Auto Clear Browsing Data
ID bfgoiiandhlddbcenmpijfpacgkdeenp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-clear-browsing-data/bfgoiiandhlddbcenmpijfpacgkdeenp
คำอธิบาย Helps users to automatically clear your browsing data after pre-defined time intervals.
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.0.1
อัปเดตครั้งล่าสุด 2023-07-20
วันที่เผยแพร่ 2020-01-13
คะแนน 3.19/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://kodemuse.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kodemuse.dev/auto-clear-browsing-data/
URL หน้าช่วยเหลือ https://www.kodemuse.dev/auto-clear-browsing-data/
URL หน้านโยบายความเป็นส่วนตัว https://www.kodemuse.dev/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Clear Browsing Data",
    "version": "3.0.0.1",
    "short_name": "ACBD",
    "author": "KodeMuse Software Private Limited",
    "description": "Helps users to automatically clear your browsing data after pre-defined time intervals.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "browsingData",
        "alarms"
    ],
    "icons": {
        "16": "\/image\/icon\/free\/16.png",
        "24": "\/image\/icon\/free\/24.png",
        "32": "\/image\/icon\/free\/32.png",
        "48": "\/image\/icon\/free\/48.png",
        "64": "\/image\/icon\/free\/64.png",
        "128": "\/image\/icon\/free\/128.png",
        "256": "\/image\/icon\/free\/256.png",
        "512": "\/image\/icon\/free\/512.png"
    },
    "action": {
        "default_popup": "\/ng\/popup\/comp\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/icon\/free\/16.png",
            "24": "\/image\/icon\/free\/24.png",
            "32": "\/image\/icon\/free\/32.png",
            "48": "\/image\/icon\/free\/48.png",
            "64": "\/image\/icon\/free\/64.png",
            "128": "\/image\/icon\/free\/128.png",
            "256": "\/image\/icon\/free\/256.png",
            "512": "\/image\/icon\/free\/512.png"
        },
        "default_title": "Auto Clear Browsing Data"
    },
    "background": {
        "service_worker": "\/background\/sw.dart.js"
    },
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.kodemuse.dev\/auto-clear-browsing-data\/"
}