Semaforo

Augment your Awareness

什麼是Semaforo?

Semaforo是由https://semaforo.tech開發的Chrome擴展程式,該擴展的主要功能是“Augment your Awareness”。

擴展截圖

下載Semaforo擴展crx文件

下載Semaforo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Semaforo Semaforo
ID nafdealolnlgjijahkcgimlppccbdbmb
官方網址 https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb
簡介 Augment your Awareness
檔案大小 111 KB
安裝次數 42
目前版本 1.4
更新時間 2021-08-10
上架時間 2018-07-13
評分 5.00/5 共 1 次評分
開發者 https://semaforo.tech
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.semaforo.tech
說明頁面URL https://t.me/semaforoapp
隱私政策頁面URL https://s.semaforo.tech/semaforo_privacy_policy.txt
支援的語言 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"
}