Semaforo
Augment your Awareness
Semaforo là gì?
Semaforo là một tiện ích mở rộng Chrome được phát triển bởi https://semaforo.tech, và tính năng chính của nó là "Augment your Awareness".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Semaforo
Tải xuống các tệp mở rộng Semaforo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nafdealolnlgjijahkcgimlppccbdbmb |
URL Chính Thức | https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb |
Mô tả | Augment your Awareness |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-08-10 |
Ngày Phát Hành | 2018-07-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://semaforo.tech |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.semaforo.tech |
URL Trang Trợ Giúp | https://t.me/semaforoapp |
URL Trang Chính Sách Bảo Mật | https://s.semaforo.tech/semaforo_privacy_policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" } |