Browser Guard
Protect browsers from accessing untrusted websites.
Browser Guard क्या है?
Browser Guard PhishAnatomy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect browsers from accessing untrusted websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browser Guard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browser Guard intercepts all top-level navigation requests and checks if the destination is on your list of trusted domains. If it is not found, the request is blocked, and you're given the option to temporarily or permanently trust the domain.
एक्सटेंशन की मूल जानकारी
नाम | Browser Guard |
ID | pkmhephjkgkjgfmpjcdjapkmjappfbjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf |
विवरण | Protect browsers from accessing untrusted websites. |
फ़ाइल का आकार | 221 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2022-01-24 |
प्रकाशन तिथि | 2022-01-17 |
डेवलपर | PhishAnatomy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/phishanatomy/Browser-Guard |
सहायता पृष्ठ URL | https://github.com/phishanatomy/Browser-Guard/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "0.0.3", "manifest_version": 2, "content_security_policy": "default-src 'self';", "icons": { "16": "art\/browser-guard-16.png", "24": "art\/browser-guard-24.png", "32": "art\/browser-guard-32.png", "48": "art\/browser-guard-48.png", "64": "art\/browser-guard-64.png", "128": "art\/browser-guard-128.png", "256": "art\/browser-guard-256.png" }, "browser_action": { "default_icon": { "16": "art\/browser-guard-16.png", "24": "art\/browser-guard-24.png", "32": "art\/browser-guard-32.png", "48": "art\/browser-guard-48.png", "64": "art\/browser-guard-64.png" }, "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", " |