LeakCheck.cc Alpha Extension
Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc
Cos'è LeakCheck.cc Alpha Extension?
LeakCheck.cc Alpha Extension è un'estensione di Chrome sviluppata da https://checkleaked.cc, e la sua funzione principale è "Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LeakCheck.cc Alpha Extension
Scarica i file di estensione LeakCheck.cc Alpha Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
CheckLeaked.cc Alpha Chrome Extension (Less Permissions)
Informazioni di Base sull'Estensione
Nome | LeakCheck.cc Alpha Extension |
ID | fhomcknoglcomgbalioanmgldanahkie |
URL Ufficiale | https://chromewebstore.google.com/detail/leakcheckcc-alpha-extensi/fhomcknoglcomgbalioanmgldanahkie |
Descrizione | Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc |
Dimensione del File | 140 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2020-08-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://checkleaked.cc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://checkleaked.cc |
URL della Pagina di Aiuto | https://checkleaked.cc |
URL della Pagina della Politica sulla Privacy | https://checkleaked.cc/privacyPolicy |
Lingue Supportate | 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\/*" ] } |