Clear history, cache and cookies for Chrome ™

Clear history, cache and cookies in one click. Make Chrome browser go fast! - Browser cleaner

Clear history, cache and cookies for Chrome ™คืออะไร?

Clear history, cache and cookies for Chrome ™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MetaAlpha Studio และคุณลักษณะหลักของมันคือ "Clear history, cache and cookies in one click. Make Chrome browser go fast! - Browser cleaner"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear history, cache and cookies for Chrome ™

ดาวน์โหลดไฟล์ส่วนขยาย Clear history, cache and cookies for Chrome ™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension can clear or remove:

- Browsing history.
- All cache (select time).
- All cookies.
- All download history.

This extension does not remove:

- No remove autofill form data.
- No clear Stored password.
- No clear local filesystem and storage.
- No clear applications cache.
- No remove plugin data.
- No clear WebSQL and IndexedDB data.


Why use this extension?

1. Enhance system and application performance.

The cache slows down your systems and applications, due to the RAM and memory it acquires. Many a times it is filled with crap information, which probably will not be required by the user in future.

The prime purpose is to improve the performance by reducing the data processing and fetching.  With a sizeable amount of cache stored, the speed and performance of machine is hampered.

Enhancing system and application performance is one of the benefits of clearing cache.

2. New updated version of page is fetched.

As discussed earlier, the stored instance of webpage will be loaded. Any changes, in case, made to the webpage will not be reflected due to cache. That’s why the developers always insist on clearing the cache memory to see the changes they have implemented.

Clearing cache will signigfy the browser to fetch the latest version of webpage.

3. Privacy threat mitigated.

The cache can also store private data of some websites eg. Login credentials, mobile numbers, etc. In case of using a public computer, the next user can get access to your sensitive or personal information.

Take the example of Facebook, you have logged-in on a public machine and didn’t logout at end of your session. The person accessing the device next can get access to your Facebook account. This raises a privacy threat.

Also in other instances where you are worried about your privacy, deleting cache is a great option. It reduces the privacy threat for you.

This extension is compatible with Chrome browser under Windows, Mac, Linux and other operating systems.

Other browsers compatible with this tool are Firefox, Safari and Opera.                    

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

ชื่อ Clear history, cache and cookies for Chrome ™ Clear history, cache and cookies for Chrome ™
ID cakkgjilijphcjidigenbhegiajbaocp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clear-history-cache-and-c/cakkgjilijphcjidigenbhegiajbaocp
คำอธิบาย Clear history, cache and cookies in one click. Make Chrome browser go fast! - Browser cleaner
ขนาดไฟล์ 1.67 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2020-03-27
คะแนน 4.22/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา MetaAlpha Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "browsingData",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/Global.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "offline_enabled": true,
    "manifest_version": 2,
    "version": "3.3"
}