Easy Cleaner

Clean all the browser data in one click

Easy Cleanerคืออะไร?

Easy Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FunnyApplets และคุณลักษณะหลักของมันคือ "Clean all the browser data in one click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Clean all your browser history, cookies, site activities in just one click. 

Options:
- Clear your browsing history;
- Clean the list of downloads;
- Clean site cookies;
- Remove autofill form data;
- Clear Stored password;
- Clear cached images and other files;
- Clear local filesystem and storage;
- Clear applications cache;
- Remove plugin data;
- Clear WebSQL and IndexedDB data.                    

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

ชื่อ Easy Cleaner Easy Cleaner
ID jnjglafkllnhclhmcjbhigkfnfollfjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-cleaner/jnjglafkllnhclhmcjbhigkfnfollfjl
คำอธิบาย Clean all the browser data in one click
ขนาดไฟล์ 48.98 KB
จำนวนการติดตั้ง 4,885
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2016-05-07
วันที่เผยแพร่ 2016-05-07
คะแนน 4.29/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา FunnyApplets
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cleaner",
    "description": "Clean all the browser data in one click",
    "version": "0.2.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_46_2.png",
        "default_popup": "popup.html",
        "default_title": "Clean all browser history data in one click"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "activeTab",
        "",
        "storage",
        "downloads",
        "history",
        "cookies"
    ]
}