Browser Cleaner

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

Browser Cleaner क्या है?

Browser Cleaner Leo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clean your browsing history, cookies, download and more all automatically"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browser Cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Browser Cleaner Browser Cleaner
ID bmplnhifhfmmkjmeffbbahieajpmonla
आधिकारिक URL https://chromewebstore.google.com/detail/browser-cleaner/bmplnhifhfmmkjmeffbbahieajpmonla
विवरण Clean your browsing history, cookies, download and more all automatically
फ़ाइल का आकार 366 KB
स्थापना संख्या 146
वर्तमान संस्करण v0.10 beta
अंतिम अपडेट 2019-09-11
प्रकाशन तिथि 2019-09-10
डेवलपर Leo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}