History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

History Eraser क्या है?

History Eraser hiatamaworkshop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Erase Browser History, Hold CTRL key and click the extension icon for Setting"।

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

screenshot

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

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

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

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

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

नाम History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
आधिकारिक URL https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
विवरण Erase Browser History, Hold CTRL key and click the extension icon for Setting
फ़ाइल का आकार 12.32 KB
स्थापना संख्या 234
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2019-06-19
प्रकाशन तिथि 2019-06-19
डेवलपर hiatamaworkshop
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}