History Blocker

Stop people from seeing your history!

History Blocker क्या है?

History Blocker FrostyAnimations126 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop people from seeing your history!"।

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

screenshot

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

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

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

                        Overrides the History page with a username and password
Username: CrispyChips
Password: LOL!
Blocks any way of accessing the chrome://history page
If you do get the username and password right, it will just show a blank page                    

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

नाम History Blocker History Blocker
ID cbdkapkidjcpnnhekahbcchgnlciemok
आधिकारिक URL https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok
विवरण Stop people from seeing your history!
फ़ाइल का आकार 8.09 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2021-10-21
प्रकाशन तिथि 2021-10-20
डेवलपर FrostyAnimations126
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nekavid.club/apps/History_Blocker
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "Stop people from seeing your history!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "icons": {
        "16": "icons\/iconWeb.png",
        "32": "icons\/iconWeb.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/iconWeb.png",
            "32": "icons\/iconWeb.png"
        }
    },
    "commands": {
        "Open Fake History": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Open a Fake History page"
        }
    }
}