Browser Guard
Protect browsers from accessing untrusted websites.
Wat is Browser Guard?
Browser Guard is een Chrome-extensie ontwikkeld door PhishAnatomy, en de belangrijkste functie is "Protect browsers from accessing untrusted websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Browser Guard
Download Browser Guard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Browser Guard |
ID | pkmhephjkgkjgfmpjcdjapkmjappfbjf |
Officiële URL | https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf |
Beschrijving | Protect browsers from accessing untrusted websites. |
Bestandsgrootte | 221 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2022-01-24 |
Publicatiedatum | 2022-01-17 |
Ontwikkelaar | PhishAnatomy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/phishanatomy/Browser-Guard |
Help Pagina-URL | https://github.com/phishanatomy/Browser-Guard/issues |
Ondersteunde Talen | 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", " |