Cleaner

Cleaner Extension

Qu'est-ce que Cleaner ?

Cleaner est une extension Chrome développée par Ashwin, et sa fonction principale est "Cleaner Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cleaner

Téléchargez les fichiers d'extension Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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. ❤️                    

Informations de Base sur l'Extension

Nom Cleaner Cleaner
ID fmldiainnnecolalfmbeajgnhgbaekfa
URL Officiel https://chromewebstore.google.com/detail/cleaner/fmldiainnnecolalfmbeajgnhgbaekfa
Description Cleaner Extension
Taille du Fichier 268 KB
Nombre d'Installations 5,083
Version Actuelle 1.9.7
Dernière Mise à Jour 2020-03-05
Date de Publication 2020-03-05
Évaluation 3.82/5 Total 28 Évaluations
Développeur Ashwin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa
URL de la Page d'Aide https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa/support
URL de la Page de Politique de Confidentialité https://privacy.ashwinshenoy.com
Langues Prises en Charge 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"
    ]
}