LeakCheck.cc Alpha Extension
Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc
Wat is LeakCheck.cc Alpha Extension?
LeakCheck.cc Alpha Extension is een Chrome-extensie ontwikkeld door https://checkleaked.cc, en de belangrijkste functie is "Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc".
Extensie Screenshots
Download het CRX-bestand van de extensie LeakCheck.cc Alpha Extension
Download LeakCheck.cc Alpha Extension-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
CheckLeaked.cc Alpha Chrome Extension (Less Permissions)
Basisinformatie over de Extensie
Naam | LeakCheck.cc Alpha Extension |
ID | fhomcknoglcomgbalioanmgldanahkie |
Officiële URL | https://chromewebstore.google.com/detail/leakcheckcc-alpha-extensi/fhomcknoglcomgbalioanmgldanahkie |
Beschrijving | Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc |
Bestandsgrootte | 140 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-08-11 |
Publicatiedatum | 2020-08-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://checkleaked.cc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://checkleaked.cc |
Help Pagina-URL | https://checkleaked.cc |
URL van de Privacybeleid Pagina | https://checkleaked.cc/privacyPolicy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeakCheck.cc Alpha Extension", "description": "Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc", "version": "1.0.3", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/leakcheck.cc\/*", "https:\/\/checkleaked.cc\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "web_accessible_resources": [ "img\/48.png" ], "permissions": [ "cookies", "https:\/\/leakcheck.cc\/*", "https:\/\/checkleaked.cc\/*" ] } |