Semaforo
Augment your Awareness
Semaforoคืออะไร?
Semaforo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://semaforo.tech และคุณลักษณะหลักของมันคือ "Augment your Awareness"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semaforo
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |