Cyvore background extension

Extension for scanning URLs with Cyvore engine that runs in the background and alerts users if a site visited puts them at risk.

Cyvore background extensionคืออะไร?

Cyvore background extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Info และคุณลักษณะหลักของมันคือ "Extension for scanning URLs with Cyvore engine that runs in the background and alerts users if a site visited puts them at risk."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyvore background extension

ดาวน์โหลดไฟล์ส่วนขยาย Cyvore background extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enjoy the web without fear with Cyvore, the smart extension that scans every URL you visit with its powerful OPR engine. 
Cyvore protects you from phishing, fraud, malware, and other online threats that can harm your security or privacy. 
We value and respects your privacy by not collecting or using any of your personal data.

Cyvore is more than just a URL scanner. 
It is a cutting-edge engine that uses advanced threat intelligence and OPR engine (optical phishing recognition) to analyze every site you visit. We detects and alerts you from malicious sites before they can steal your data or infect your device. 

With Cyvore, you can browse the web with confidence and peace of mind. 
Our extension runs quietly in the background and alerts you if a site poses any risk to your security or privacy.

Cyvore is developed by a team of passionate and talented cybersecurity experts who are dedicated to making the internet a safer place. 
We invite you to join our mission and contribute to our open-source projects on GitHub.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cyvore background extension Cyvore background extension
ID phckbcfhlbbjngekibccppoelnfiaoep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyvore-background-extensi/phckbcfhlbbjngekibccppoelnfiaoep
คำอธิบาย Extension for scanning URLs with Cyvore engine that runs in the background and alerts users if a site visited puts them at risk.
ขนาดไฟล์ 15.64 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-11-08
วันที่เผยแพร่ 2022-06-29
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Info
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cyvore.com
URL หน้าช่วยเหลือ https://cyvore.com
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/a29b7011-0a50-4b31-94ba-eb370911c0ed
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyvore background extension",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Extension for scanning URLs with Cyvore engine that runs in the background and alerts users if a site visited puts them at risk.",
    "icons": {
        "16": "assets\/cySm.png",
        "32": "assets\/cyMd.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html"
}