Semaforo
Augment your Awareness
What is Semaforo?
Semaforo is a Chrome extension developed by https://semaforo.tech, and its main feature is "Augment your Awareness".
Extension Screenshots
Download Semaforo Extension CRX File
Download Semaforo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nafdealolnlgjijahkcgimlppccbdbmb |
Official URL | https://chromewebstore.google.com/detail/semaforo/nafdealolnlgjijahkcgimlppccbdbmb |
Description | Augment your Awareness |
File Size | 111 KB |
Installation Count | 42 |
Current Version | 1.4 |
Last Updated | 2021-08-10 |
Publish Date | 2018-07-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://semaforo.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://www.semaforo.tech |
Help Page URL | https://t.me/semaforoapp |
Privacy Policy Page URL | https://s.semaforo.tech/semaforo_privacy_policy.txt |
Supported Languages | 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" } |