Qualys BrowserCheck CoinBlocker
Extension to detect & block Javascript based coin mining links
Wat is Qualys BrowserCheck CoinBlocker?
Qualys BrowserCheck CoinBlocker is een Chrome-extensie ontwikkeld door Qualys Inc., en de belangrijkste functie is "Extension to detect & block Javascript based coin mining links".
Extensie Screenshots
Download het CRX-bestand van de extensie Qualys BrowserCheck CoinBlocker
Download Qualys BrowserCheck CoinBlocker-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | jdocohkgkgpminecekdnkoljcffebkgc |
| Officiële URL | https://chromewebstore.google.com/detail/qualys-browsercheck-coinb/jdocohkgkgpminecekdnkoljcffebkgc |
| Beschrijving | Extension to detect & block Javascript based coin mining links |
| Bestandsgrootte | 164 KB |
| Aantal Installaties | 999 |
| Huidige Versie | 1.5.1 |
| Laatst Bijgewerkt | 2019-02-18 |
| Publicatiedatum | 2019-02-15 |
| Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Qualys Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsercheck.qualys.com |
| Help Pagina-URL | https://www.qualys.com/docs/qualys-browsercheck-coinblocker-user-guide.pdf |
| URL van de Privacybeleid Pagina | https://www.qualys.com/company/privacy/statement |
| Ondersteunde Talen | 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
} | |