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
公式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
Eメール [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"
    ]
}