History Blocker by Site

prevents the logging of specified websites

History Blocker by Site क्या है?

History Blocker by Site Frosation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "prevents the logging of specified websites"।

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

screenshot

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

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

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

                        *coded by CZ*

Black lists specified websites from being logged into history.

- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path

Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)



__________________________________________

v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com

v1.1 - 17.08.2016: 
-added pointless copyright notice

v1.0 - 16.08.2016: 
-initial                    

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

नाम History Blocker by Site History Blocker by Site
ID keamekimefemnbgegbfkdkmbomaahfai
आधिकारिक URL https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai
विवरण prevents the logging of specified websites
फ़ाइल का आकार 22.96 KB
स्थापना संख्या 6,291
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-10-02
प्रकाशन तिथि 2017-10-02
रेटिंग 2.75/5 कुल 68 रेटिंग्स
डेवलपर Frosation
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker by Site",
    "short_name": "History Blocker",
    "description": "prevents the logging of specified websites",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "background": {
        "scripts": [
            "backg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/filter16.png",
        "48": "img\/filter48.png",
        "128": "img\/filter128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/filter19.png",
            "39": "img\/filter38.png"
        },
        "default_title": "Configure Options"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "background",
        "history",
        "storage"
    ]
}

संबंधित एक्सटेंशन्स