Beosin Alert

A malicious website checker developed by Beosin.

Beosin Alertคืออะไร?

Beosin Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beosin.com และคุณลักษณะหลักของมันคือ "A malicious website checker developed by Beosin."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beosin Alert

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

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

                        Beosin Alert is a malicious website checker developed by Beosin, a global leading blockchain security company. 

Functions:
1. To protect users' private keys and seed phrase, Beosin Alert could identify whether the Web3 site that users currently browsing is a phishing, scam, fake and other types of malicious website. 
2. Currently Beosin Alert has indepth cooperation with Urlscan (https://urlscan.io/) to reflect Urlscan's certification on the detection result page, empowering Urlscan's capabilities to jointly guard blockchain ecosystem security.  

About Beosin Beosin: 
Beosin is a leading global Web 3.0 blockchain security company co-founded by several professors from world-renowned universities. We provide integrated blockchain security services and products to serve 1 million+ users in the global blockchain ecosystem.

Contact us:
Website: https://beosin.com/ 
Email: [email protected] 
Official Twitter: https://twitter.com/Beosin_com 
Alert Twitter: https://twitter.com/BeosinAlert 
Telegram: https://t.me/beosin 
Discord: https://discord.com/invite/B4QJxhStV4                    

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

ชื่อ Beosin Alert Beosin Alert
ID lgbhcpagiobjacpmcgckfgodjeogceji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beosin-alert/lgbhcpagiobjacpmcgckfgodjeogceji
คำอธิบาย A malicious website checker developed by Beosin.
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 783
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-06-11
วันที่เผยแพร่ 2022-06-03
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://beosin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://anonymous.obs.cn-east-3.myhuaweicloud.com/Beosin_Privacy%20Policy.pdf?AccessKeyId=JGG75VX9HENSQGHAPICW&Expires=1708331501&Signature=UipB41lqXmlIMUkypJpePKbkonE%3D
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beosin Alert",
    "version": "1.1.0",
    "description": "A malicious website checker developed by Beosin.",
    "action": {
        "default_icon": {
            "19": ".\/ui\/favicon_16.png",
            "38": ".\/ui\/favicon_32.png"
        },
        "default_popup": ".\/ui\/popup.html"
    },
    "options_ui": {
        "page": ".\/ui\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/scripts\/background\/background.umd.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/scripts\/content\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/scripts\/content\/content.umd.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "homepage_url": "https:\/\/eagleeye.beosin.com\/",
    "icons": {
        "16": ".\/ui\/favicon_16.png",
        "32": ".\/ui\/favicon_32.png",
        "64": ".\/ui\/favicon_64.png",
        "128": ".\/ui\/favicon_128.png"
    }
}