History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

History Wiper क्या है?

History Wiper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop Chrome from recording your browsing history when you are browsing specific websites."।

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

screenshot

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

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

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

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

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

नाम History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
आधिकारिक URL https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
विवरण Stop Chrome from recording your browsing history when you are browsing specific websites.
फ़ाइल का आकार 111 KB
स्थापना संख्या 97
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2016-04-27
प्रकाशन तिथि 2016-04-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}