Security Multi Tools
Free tools to help keep your information safe, always free for the community
Cos'è Security Multi Tools?
Security Multi Tools è un'estensione di Chrome sviluppata da kentoncrooms, e la sua funzione principale è "Free tools to help keep your information safe, always free for the community".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Security Multi Tools
Scarica i file di estensione Security Multi Tools 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
Help protect information, profile pictures of facebook users, help quick delete message
Informazioni di Base sull'Estensione
Nome | Security Multi Tools |
ID | jadhgkkmbfpjlcmajkpiadhfjonndaoe |
URL Ufficiale | https://chromewebstore.google.com/detail/security-multi-tools/jadhgkkmbfpjlcmajkpiadhfjonndaoe |
Descrizione | Free tools to help keep your information safe, always free for the community |
Dimensione del File | 762 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-06-25 |
Data di Pubblicazione | 2022-06-22 |
Sviluppatore | kentoncrooms |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Security Multi Tools", "version": "0.0.1", "description": "Free tools to help keep your information safe, always free for the community", "action": { "default_icon": ".\/assets\/logo.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icons-16.png", "48": ".\/assets\/icons-48.png", "128": ".\/assets\/icons-128.png" }, "permissions": [ "tabs", "notifications", "cookies", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |