Safe3 safe browsing

Experience More Safe and Secure Web Browsing with Safe3 Extension

Safe3 safe browsingคืออะไร?

Safe3 safe browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Experience More Safe and Secure Web Browsing with Safe3 Extension"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe3 safe browsing

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

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

                        The Safe3 Safe Browsing extension enhances the built-in safe browsing functionality of the Chrome browser by using up-to-date and diverse filter lists to block unwanted content.

The Safe3 extension uses more aggressive, unproven but effective filter lists to block potentially harmful websites. Safe3 does not prioritize minimizing false positives.

Our extension helps protect you from the following types of online threats:

- Malware: We block websites that are known to host or distribute harmful software.
- Phishing/scam websites: We block websites that are designed to trick you into divulging sensitive information such as passwords or financial details.
- Tracking scripts: We block scripts that are designed to track your online activity and build a profile of your interests and habits.
- Ads: We block unwanted advertisements that can be distracting and potentially harmful.                    

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

ชื่อ Safe3 safe browsing Safe3 safe browsing
ID pimlkaibgdfmbenlhmbjllfkbcfhfnjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safe3-safe-browsing/pimlkaibgdfmbenlhmbjllfkbcfhfnjg
คำอธิบาย Experience More Safe and Secure Web Browsing with Safe3 Extension
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 643,029
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-01-19
วันที่เผยแพร่ 2023-01-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา admin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ads",
                "enabled": false,
                "path": "rulesets\/ads.json"
            },
            {
                "id": "malware",
                "enabled": false,
                "path": "rulesets\/malware.json"
            },
            {
                "id": "trackers",
                "enabled": false,
                "path": "rulesets\/trackers.json"
            },
            {
                "id": "scams",
                "enabled": false,
                "path": "rulesets\/scams.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "300": "icons\/icon-300.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/block-page.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}