Browser Cleaner

Clean your browsing history, cookies, download and more all automatically

Wat is Browser Cleaner?

Browser Cleaner is een Chrome-extensie ontwikkeld door Leo, en de belangrijkste functie is "Clean your browsing history, cookies, download and more all automatically".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Browser Cleaner

Download Browser Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension will clean your browser data automatically when you open/close the browser.

Feature highlights:
Do not need permission to read your browsing data;
Clean data periodically;
Clean data automatically when you open/close browser;
One-click Clean;
Support whitelist;
Quick add site to whitelist at the page you're visiting.

Please feel free to report any bugs or tell me what feature you want.

Github:
https://github.com/leoding86/webextension-browser-cleaner                    

Basisinformatie over de Extensie

Naam Browser Cleaner Browser Cleaner
ID bmplnhifhfmmkjmeffbbahieajpmonla
Officiële URL https://chromewebstore.google.com/detail/browser-cleaner/bmplnhifhfmmkjmeffbbahieajpmonla
Beschrijving Clean your browsing history, cookies, download and more all automatically
Bestandsgrootte 366 KB
Aantal Installaties 146
Huidige Versie v0.10 beta
Laatst Bijgewerkt 2019-09-11
Publicatiedatum 2019-09-10
Ontwikkelaar Leo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "backgrounds\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options_page\/index.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extName__"
    },
    "short_name": "BC",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.9.1",
    "version_name": "v0.10 beta",
    "permissions": [
        "storage",
        "browsingData",
        "notifications",
        "contextMenus"
    ]
}