History Blacklist

Blacklists URLs from entering Chrome's history.

History Blacklist क्या है?

History Blacklist smrq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blacklists URLs from entering Chrome's history."।

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

screenshot

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

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

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

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

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

नाम History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
आधिकारिक URL https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
विवरण Blacklists URLs from entering Chrome's history.
फ़ाइल का आकार 15.87 KB
स्थापना संख्या 1,434
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-01-21
प्रकाशन तिथि 2020-01-21
रेटिंग 4.47/5 कुल 15 रेटिंग्स
डेवलपर smrq
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/smrq/chrome-history-blacklist
सहायता पृष्ठ URL https://github.com/smrq/chrome-history-blacklist/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}