Semaforo
Augment your Awareness
Cos'è Semaforo?
Semaforo è un'estensione di Chrome sviluppata da https://semaforo.tech, e la sua funzione principale è "Augment your Awareness".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Semaforo
Scarica i file di estensione Semaforo 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
Semaforo is a tool designed to help you against Phishing Attacks! Just download the extension, pin it, and see how it works against the most visited sites Privacy policy: https://s.semaforo.tech/semaforo_privacy_policy.txt Check out https://semaforo.tech
Informazioni di Base sull'Estensione
Nome | |
ID | nafdealolnlgjijahkcgimlppccbdbmb |
URL Ufficiale | https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb |
Descrizione | Augment your Awareness |
Dimensione del File | 111 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-08-10 |
Data di Pubblicazione | 2018-07-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://semaforo.tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.semaforo.tech |
URL della Pagina di Aiuto | https://t.me/semaforoapp |
URL della Pagina della Politica sulla Privacy | https://s.semaforo.tech/semaforo_privacy_policy.txt |
Lingue Supportate | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Semaforo", "version": "1.4", "default_locale": "en", "description": "Augment your Awareness", "icons": { "16": "assets\/images\/logo_16.png", "48": "assets\/images\/logo_48.png", "128": "assets\/images\/logo_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "libs\/jwt-decode.min.js", "libs\/jquery-1.11.1.min.js", "assets\/js\/auth.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "assets\/images\/disabled_16.png", "48": "assets\/images\/disabled_48.png", "128": "assets\/images\/disabled_128.png" } }, "options_page": "options.html" } |