Protected Browse

Block dangerous sites

Protected Browseคืออะไร?

Protected Browse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://protectedbrowse.com และคุณลักษณะหลักของมันคือ "Block dangerous sites"

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

screenshot

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

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

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

                        We're here to protect your PC from dangerous websites!

Not every internet content is safe, but usually you find it out when it's too late.
That's why we decided to create an extension that detects malicious sites and blocks them when you're about to land on them. Of course you can still decide to proceed to the website, but at least we warned you about the risk!
Just surf on the net as you would usually do, when you're about to open a risky website, we'll show you a danger-alert page, that will allow you to go back in complete safety or to proceed to the dangerous-site (if you really want to).
Our dangerous-website list is constantly updated, to guarantee you maximum safety.
Protected Browse will change your default search to Bing, in this way we can analyze your search terms to detect potentially dangerous search results. 

Thanks to Protected Browse, you will safely browse the web!
♥It can be used in combination with your antivirus.
♥It's totally free.

To uninstall the extension, follow the instructions below:
Privacy Policy: https://protectedbrowse.com/privacy
EULA: https://protectedbrowse.com/eula                    

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

ชื่อ Protected Browse Protected Browse
ID idebchbbmbafddodebaiepmcgaomjfni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/protected-browse/idebchbbmbafddodebaiepmcgaomjfni
คำอธิบาย Block dangerous sites
ขนาดไฟล์ 264 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2021-01-26
ผู้พัฒนา https://protectedbrowse.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://protectedbrowse.com/
URL หน้านโยบายความเป็นส่วนตัว https://protectedbrowse.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "saltates.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/intoxicate.png",
        "default_title": "Protected Browse"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/protectedbrowse.com\/favdenounces.png",
            "is_default": true,
            "keyword": "search",
            "name": "Secure",
            "search_url": "https:\/\/protectedbrowse.com\/omni\/search?q={searchTerms}"
        }
    },
    "description": "Block dangerous sites",
    "icons": {
        "128": "icons\/frills.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/protectedbrowse.com\/*"
        ]
    },
    "web_accessible_resources": [
        "styles\/hieing.css",
        "fonts\/Montserrat\/Montserrat-Bold.ttf"
    ],
    "manifest_version": 2,
    "name": "Protected Browse",
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}