SingleClick Cleaner

Single-click Chrome cleaner: clean up the trash in one single click

SingleClick Cleanerคืออะไร?

SingleClick Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Single-click Chrome cleaner: clean up the trash in one single click"

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

screenshot
screenshot
screenshot

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

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

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

                        Google Chrome keeps a lot of data while you’re browsing the Internet – browsing history, cache, cookies, form data, temporary files and more. This data is usually used to speed up the browsing process. However, sometimes the cache gets too large and starts to slow down Chrome.  When this happens you definitely need to clean up your browser. You can clear history and all the data manually but it’s a tedious work and it’s boring. So, why not leaving it to our cleaner?

Single Click Cleaner will empty the cache, clear history, remove cookies, clear saved passwords and form data, zap the download history and more... in one single click!

You want only specific items to be cleaned? Or maybe you need to clear the cache for a certain period only? No problem, Single Click Cleaner can do it all. Just go to the Options page and set your preferences. 

Cleaner options:

 * Cache cleaner
 * App cache cleaner
 * Remove cookies
 * Delete download history
 * Clear file systems
 * Delete saved (autofill) form data
 * Clear Chrome history
 * Remove indexed data
 * Delete local storage data
 * Clear plugin data
 * Delete saved passwords
 * Clear webSQL data

Features:
 * Single-click cleaner (set cleaner options and then just click the cleaner icon, no confirmation screens etc.)
 * You choose what to clean when clicked (see the "Options" page)
 * Clear history, cache and browsing data for specified time period 
 * Add/remove shortcut to the context menu

Notes:
 * Please, be aware that SingleClick Cleaner will delete only chrome history, but will not interfere with your google history (your search history on google.com). To deal with your google search history you should go to your account in the search engine itself and deal with the google history from there)
 * If you delete cookies, you'll be signed out from most current sites (don't select "clear cookies" if you don't want to log-in again every time you use the cleaner)                    

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

ชื่อ SingleClick Cleaner SingleClick Cleaner
ID cknijndocnnlkpenngcdcpleddlmckkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/singleclick-cleaner/cknijndocnnlkpenngcdcpleddlmckkm
คำอธิบาย Single-click Chrome cleaner: clean up the trash in one single click
ขนาดไฟล์ 41.73 KB
จำนวนการติดตั้ง 13,462
เวอร์ชันปัจจุบัน 2.2.0.0
อัปเดตครั้งล่าสุด 2017-12-09
วันที่เผยแพร่ 2017-12-09
คะแนน 4.25/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://singleclickapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://singleclickapps.com/cleaner
URL หน้านโยบายความเป็นส่วนตัว https://singleclickapps.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SingleClick Cleaner",
    "version": "2.2.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/cleaner",
    "description": "Single-click Chrome cleaner: clean up the trash in one single click",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SingleClick Cleaner"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html",
    "offline_enabled": true
}