WebSecurerr Browser Protection

Protect your digital privacy and enjoy safe browsing experience

WebSecurerr Browser Protectionคืออะไร?

WebSecurerr Browser Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://searchsecurer.com และคุณลักษณะหลักของมันคือ "Protect your digital privacy and enjoy safe browsing experience"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSecurerr Browser Protection

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

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

                        WebSecurerr protects you from visiting malicious sites and allows you to safely search the web.
This Chrome extension blocks dangerous websites that distribute malware, spyware, viruses, trojans and prevents phishing attacks. WebSecurerr does not collect your browsing history or private data. It uses real-time security technology to protect your system from malware, scamware, spyware and adware.

With WebSecurerr you can safely browse the web. For your safety dangerous websites are automatically blocked before they load. Websecurerr extension can be used with other antivirus, antimalware, antispyware and adblock products to enhance your online security and privacy.
To support the features of this free extension, the browser's default search will be set to SearchSecurer.com.

EULA
https://www.searchsecurer.com/terms.html

(c) 2020-2021 WebSecurerr: Anti-virus, anti-malware and anti-spyware site blocker, popup blocker & ad-blocker.                    

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

ชื่อ WebSecurerr Browser Protection WebSecurerr Browser Protection
ID odlnghcomkeenpeblhddfpacdncfjmna
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/websecurerr-browser-prote/odlnghcomkeenpeblhddfpacdncfjmna
คำอธิบาย Protect your digital privacy and enjoy safe browsing experience
ขนาดไฟล์ 83.66 KB
จำนวนการติดตั้ง 207,734
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-09-14
วันที่เผยแพร่ 2020-06-10
คะแนน 3.69/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา http://searchsecurer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://websecurerr.com/websecurerr-chrome-extension/
URL หน้าช่วยเหลือ https://websecurerr.com/websecurerr-extension-faq/
URL หน้านโยบายความเป็นส่วนตัว https://searchsecurer.com/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSecurerr Browser Protection",
    "description": "Protect your digital privacy and enjoy safe browsing experience",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "style\/double-rainbow.css",
        "script\/double-rainbow.js",
        "script\/main.js",
        "templates\/*",
        "warning.html",
        "rc\/styles_404.css",
        "rc\/styles.css",
        "rc\/icon_search.png",
        "rc\/404.png",
        "rc\/b-s.png",
        "rc\/b-x.png",
        "rc\/icon16.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "WebSecurerr",
            "keyword": "keyword.WebSecurerr",
            "search_url": "https:\/\/go.searchsecurer.com\/?a=gsp_stra_00_00&q={searchTerms}",
            "suggest_url": "https:\/\/go.searchsecurer.com\/suggest?a=gsp_stra_00_00&q={searchTerms}",
            "favicon_url": "https:\/\/www.searchsecurer.com\/favicon.ico",
            "instant_url": "https:\/\/go.searchsecurer.com\/suggest?a=gsp_stra_00_00&q={searchTerms}",
            "alternate_urls": [
                "https:\/\/go.searchsecurer.com\/suggest?a=gsp_stra_00_00&q={searchTerms}",
                "https:\/\/go.searchsecurer.com\/suggest?a=gsp_stra_00_00&q={searchTerms}"
            ],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}