History AutoDelete

Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History

History AutoDelete क्या है?

History AutoDelete CAD Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History"।

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

screenshot
screenshot
screenshot

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

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

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

                        Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.

Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu                    

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

नाम History AutoDelete History AutoDelete
ID bhfakmaiadhflpjloimlagikhodjiefj
आधिकारिक URL https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj
विवरण Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
फ़ाइल का आकार 773 KB
स्थापना संख्या 7,708
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2017-08-16
प्रकाशन तिथि 2017-08-16
रेटिंग 4.15/5 कुल 26 रेटिंग्स
डेवलपर CAD Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mrdokenny/History-AutoDelete/
सहायता पृष्ठ URL https://github.com/mrdokenny/History-AutoDelete/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.js",
            "global_files\/redux.js",
            "global_files\/redux-thunk.js",
            "global_files\/redux-webext.js",
            "global_files\/shortid.js",
            "backgroundBundle.js"
        ]
    },
    "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
    "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
    "browser_action": {
        "default_icon": {
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "History AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "history",
        "tabs",
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "History AutoDelete",
    "version": "2.0.2"
}