Semaforo

Augment your Awareness

Qu'est-ce que Semaforo ?

Semaforo est une extension Chrome développée par https://semaforo.tech, et sa fonction principale est "Augment your Awareness".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Semaforo

Téléchargez les fichiers d'extension Semaforo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Semaforo Semaforo
ID nafdealolnlgjijahkcgimlppccbdbmb
URL Officiel https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb
Description Augment your Awareness
Taille du Fichier 111 KB
Nombre d'Installations 42
Version Actuelle 1.4
Dernière Mise à Jour 2021-08-10
Date de Publication 2018-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://semaforo.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.semaforo.tech
URL de la Page d'Aide https://t.me/semaforoapp
URL de la Page de Politique de Confidentialité https://s.semaforo.tech/semaforo_privacy_policy.txt
Langues Prises en Charge 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"
}