Cache Cleaner

Clear cache with one click and browse fast. Trusted by million.

Cache Cleanerคืออะไร?

Cache Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evagoon Inc. และคุณลักษณะหลักของมันคือ "Clear cache with one click and browse fast. Trusted by million."

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

screenshot
screenshot
screenshot

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

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

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

                        Chrome is the fastest web browser present in date. But it uses too much resources and generate piles of cache every day, that may cause lag or slow down your internet . We all know what to do then. But this tool will do it in one click. It will clear all the cache from chrome making it light to run faster. No extra features, options to set, no accidental cookie or plug in delete ( that would cause you to sign out of every site and account), no password or other data clean, no setting. Just install and click when ever you feel to clean cache only. Try it, its free for ever. Light weight, contains just the codding it need to do the job. No adds, no revenue. I build it as I am too lazy to go and clear cache in settings. So to all my lazy friends, I am uploading this extension to chrome store.                    

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

ชื่อ Cache Cleaner Cache Cleaner
ID pfhofmknacogpholikhalfaicliiinii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cache-cleaner/pfhofmknacogpholikhalfaicliiinii
คำอธิบาย Clear cache with one click and browse fast. Trusted by million.
ขนาดไฟล์ 23.83 KB
จำนวนการติดตั้ง 2,543
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2022-01-04
วันที่เผยแพร่ 2020-06-02
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Evagoon Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "Evagoon Inc.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Clear Cache"
    },
    "content_scripts": [
        {
            "js": [
                "js\/hello13.js"
            ],
            "matches": [
                "https:\/\/www.gearbest.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello9.js"
            ],
            "matches": [
                "*:\/\/www.healthkart.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello5.js"
            ],
            "matches": [
                "*:\/\/www.aliexpress.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello3.js"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ]
        },
        {
            "js": [
                "js\/hello2.js"
            ],
            "matches": [
                "*:\/\/www.amazon.in\/*"
            ]
        },
        {
            "js": [
                "js\/hello1.js"
            ],
            "matches": [
                "*:\/\/www.flipkart.com\/*"
            ]
        }
    ],
    "description": "Clear cache with one click and browse fast. Trusted by million.",
    "icons": {
        "128": "icon\/icon-128.png",
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtgb18QAu6ZzDVGDFrAHWCailEQOOES7BEkaCRTYI8XGDtz9JoYSEFOqjMBBJw6fekHRpsiW7yXMN1pPWAsO0FHbQoJMUruCcehLnCXci\/YrplTfiUVaqa0BE4YLxyc057ib5XgqPOpGHbYgek71YIm7qDEg\/QlMQotiAcwfUlS1+aP1Ac9tKroYomH9ujclrPM1dK8WBs57JVRU\/ZIoQsZ2dGNL2qD\/KswYKiRRD1b68mTDzuZCEbYRodmk3aY3EXTbYq1cA7+IGtbn5Y077kKzpfBqZmsIAOZgOwRntiNZZWVUreMMDshHOrKbkfpvatSi2srTrQJT4hy8rIhV2TQIDAQAB",
    "manifest_version": 2,
    "name": "Cache Cleaner",
    "permissions": [
        "*:\/\/*\/*",
        "browsingData"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6"
}