Qualys BrowserCheck CoinBlocker
Extension to detect & block Javascript based coin mining links
Was ist Qualys BrowserCheck CoinBlocker?
Qualys BrowserCheck CoinBlocker ist eine Chrome-Erweiterung, die von Qualys Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Extension to detect & block Javascript based coin mining links".
Erweiterungsscreenshots
Qualys BrowserCheck CoinBlocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Qualys BrowserCheck CoinBlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Qualys CoinBlocker extension enables blocking of browser based coin-mining attacks. Along with blacklisting & whitelisting of domains, it also supports advanced javascript scanning to identify & block malicious javascript functions. Extension can also identify & block malicious coin mining advertisements loaded inside iframe by third party ads.
Grundlegende Informationen zur Erweiterung
Name | Qualys BrowserCheck CoinBlocker |
ID | jdocohkgkgpminecekdnkoljcffebkgc |
Offizielle URL | https://chromewebstore.google.com/detail/qualys-browsercheck-coinb/jdocohkgkgpminecekdnkoljcffebkgc |
Beschreibung | Extension to detect & block Javascript based coin mining links |
Dateigröße | 164 KB |
Installationsanzahl | 999 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2019-02-18 |
Veröffentlichungsdatum | 2019-02-15 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | Qualys Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsercheck.qualys.com |
Hilfeseite URL | https://www.qualys.com/docs/qualys-browsercheck-coinblocker-user-guide.pdf |
URL der Datenschutzrichtlinien-Seite | https://www.qualys.com/company/privacy/statement |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Qualys BrowserCheck CoinBlocker", "description": "Extension to detect & block Javascript based coin mining links", "version": "1.5.1", "icons": { "48": "images\/48px.png", "128": "images\/128px.png", "16": "images\/16px.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "activeTab", "webRequest", "webRequestBlocking", "https:\/\/*\/", "http:\/\/*\/", "tabs" ], "background": { "scripts": [ "js\/info.js", "js\/loader.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Qualys BrowserCheck CoinBlocker", "default_popup": "coinblocker.html", "default_icon": "images\/16px.png" }, "manifest_version": 2 } |