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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } |