Cleaner

Cleaner Extension

什麼是Cleaner?

Cleaner是由Ashwin開發的Chrome擴展程式,該擴展的主要功能是“Cleaner Extension”。

擴展截圖

screenshot
screenshot

下載Cleaner擴展crx文件

下載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
官方網址 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"
    ]
}