History Auto Deleter

Automatically delete your history!

History Auto Deleter क्या है?

History Auto Deleter Mazika द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically delete your history!"।

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

screenshot
screenshot

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

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

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

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

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

नाम History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
आधिकारिक URL https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
विवरण Automatically delete your history!
फ़ाइल का आकार 10.88 KB
स्थापना संख्या 187
वर्तमान संस्करण 1.01
अंतिम अपडेट 2020-12-15
प्रकाशन तिथि 2020-12-13
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर Mazika
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/remcalu/Chrome-History-Auto-Deleter
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}