Cleaner

Cleaner Extension

Cleanerคืออะไร?

Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashwin และคุณลักษณะหลักของมันคือ "Cleaner Extension"

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

screenshot
screenshot

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

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

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

                        Clear your browser history, cache and cookies on a selected interval in just one click.

Clean Chrome is a useful and lightweight add-on designed for a more comfortable browsing experience. 
One of the best cleaning history and cache tools for your Chromebook, Windows PC, Mac or Linux.

⚡️Features
------------------
It clears your Chrome's
- History,
- Cache,
- Cookies,
- Saved Passwords,
- IndexedDB's,
- Local Storage and more
Based on the time you set.


🔑Permissions
------------------
- Browsing data to clean chrome,
- Storage to save settings

Clean Chrome lightweight, fully cbustomizable extension enables you to do all that mentioned above instantly, with just one click on the Wipe icon in the Chrome browser toolbar.
It's never been easier to erase Chrome history and cache data.

Protect your privacy and delete all activity from your browser with Clean Chrome.

Clean Chrome is simple, innovative and totally free tool for your favourite chrome browser. ❤️                    

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

ชื่อ Cleaner Cleaner
ID fmldiainnnecolalfmbeajgnhgbaekfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cleaner/fmldiainnnecolalfmbeajgnhgbaekfa
คำอธิบาย Cleaner Extension
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 5,083
เวอร์ชันปัจจุบัน 1.9.7
อัปเดตครั้งล่าสุด 2020-03-05
วันที่เผยแพร่ 2020-03-05
คะแนน 3.82/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Ashwin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa/support
URL หน้านโยบายความเป็นส่วนตัว https://privacy.ashwinshenoy.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cleaner",
    "author": "Ashwin Shenoy",
    "description": "Cleaner Extension",
    "version": "1.9.7",
    "browser_action": {
        "default_icon": "img\/clear.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/clear.png",
        "48": "img\/clear.png",
        "26": "img\/clear.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage"
    ]
}