Semaforo

Augment your Awareness

Vad är Semaforo?

Semaforo är en Chrome-tillägg utvecklad av https://semaforo.tech, och dess huvudfunktion är "Augment your Awareness".

Tilläggsskärmbilder

Ladda ner Semaforo-förlängningens CRX-fil

Ladda ner Semaforo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Semaforo Semaforo
ID nafdealolnlgjijahkcgimlppccbdbmb
Officiell webbadress https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb
Beskrivning Augment your Awareness
Filstorlek 111 KB
Antal Installationer 42
Aktuell Version 1.4
Senast Uppdaterad 2021-08-10
Publiceringsdatum 2018-07-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://semaforo.tech
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.semaforo.tech
Hjälpsida URL https://t.me/semaforoapp
URL till Sekretesspolicy Sidan https://s.semaforo.tech/semaforo_privacy_policy.txt
Stödda Språk 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"
}