Browsing Protection by F-Secure

Extension for protecting encrypted browsing with security products by F-Secure.

Browsing Protection by F-Secureคืออะไร?

Browsing Protection by F-Secure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย F-Secure และคุณลักษณะหลักของมันคือ "Extension for protecting encrypted browsing with security products by F-Secure."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browsing Protection by F-Secure

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

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

                        Security products by F-Secure require this browser extension to be able to protect your web browsing, online banking and shopping, and to show you security information while you are browsing the internet.

Browsing Protection is an extension that provides HTTPS protocol support for the installed security products by F-Secure. The extension enables the Banking Protection functionality as well as rating icons and the SafeSearch mode for search engines when HTTPS is used. In addition, unwanted web content delivered using HTTPS can be handled with a block page.

To install the extension, select Get > Add extension. If the extension is already installed but disabled, select Turn on to enable it.                    

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

ชื่อ Browsing Protection by F-Secure Browsing Protection by F-Secure
ID jmjjnhpacphpjmnnlnccpfmhkcloaade
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browsing-protection-by-f/jmjjnhpacphpjmnnlnccpfmhkcloaade
คำอธิบาย Extension for protecting encrypted browsing with security products by F-Secure.
ขนาดไฟล์ 500 KB
จำนวนการติดตั้ง 4,840,118
เวอร์ชันปัจจุบัน 5.3.11
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2024-01-09
คะแนน 3.22/5 รวมทั้งหมด 305 คะแนน
ผู้พัฒนา F-Secure
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://download.sp.f-secure.com/eula/latest/total_privacy_enu.html
ภาษาที่รองรับ de,en,fr,nl,no,vi,tr,da,et,es,es-419,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.f-secure.com\/en\/web\/home_global",
    "version": "5.3.11",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "img\/store_icon.png"
    },
    "action": {
        "default_popup": "menu\/popup_default.html",
        "default_icon": "img\/128_icon_lightmode.png"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webNavigation",
        "declarativeNetRequest",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser_resolver.js",
                "constants.js",
                "common.js",
                "common_styles.js",
                "content_scripts\/nif2_schema_monitoring.js",
                "content_scripts\/nif2_breakpoint.js",
                "content_scripts\/nif2_util.js",
                "content_scripts\/nif2_ad_remover.js",
                "content_scripts\/nif2_balloon.js",
                "content_scripts\/nif2_rating_resources.js",
                "content_scripts\/nif2_main.js",
                "content_scripts\/nif2_pattern_match.js",
                "content_scripts\/nif2_elements.js",
                "trusted_shopping\/popup.js",
                "trusted_shopping\/trusted_shopping_main.js",
                "content_scripts\/debug_info.js",
                "content_scripts\/security_scan\/payment_form_detector.js"
            ],
            "css": [
                "content_scripts\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg_loader.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}