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
公式URL 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
Eメール [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"
}