Browser History Cleaner

Delete chrome browser history by date range and keywords

Browser History Cleaner क्या है?

Browser History Cleaner SENTHILKUMAR R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Delete chrome browser history by date range and keywords"।

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

screenshot

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

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

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

                        This app allows you to delete chrome history by date and keywords

This app does not store any of your data.

Please watch following videos to get know how this app works:
1. https://youtu.be/vV9nWdJbge4

Terms & Conditions:
Use "Custom History Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms.

For any query: [email protected]/+919663026088, [email protected]                    

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

नाम Browser History Cleaner Browser History Cleaner
ID pefjnkakpdplpfeiiolfiedmahkihbih
आधिकारिक URL https://chromewebstore.google.com/detail/browser-history-cleaner/pefjnkakpdplpfeiiolfiedmahkihbih
विवरण Delete chrome browser history by date range and keywords
फ़ाइल का आकार 300 KB
स्थापना संख्या 132
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2020-09-29
प्रकाशन तिथि 2020-08-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर SENTHILKUMAR R
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser History Cleaner",
    "short_name": "Browser History Cleaner",
    "description": "Delete chrome browser history by date range and keywords",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Browser History Cleaner"
    },
    "background": {
        "scripts": [
            "js\/background.min.js",
            "js\/utils.min.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "web_accessible_resources": [
        "screens\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' "
}