Urban Safe Browsing

Search, browse & explore whatever you want while avoiding harmful elements!

Urban Safe Browsingคืออะไร?

Urban Safe Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Urban VPN และคุณลักษณะหลักของมันคือ "Search, browse & explore whatever you want while avoiding harmful elements!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urban Safe Browsing

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

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

                        The Urban Safe Browsing chrome extension secures your browsing experience. It protects your browser from potential threats, such as malware, viruses and more!
 
The extension is designed to be transparent and runs in the background. You'll get a warning notification that triggers only when we identify a potential threat.
 
The application keeps itself up to date with the latest databases & technologies directly from our proprietary servers.
 
Quick & easy setup and no manual settings:
 
When you choose Urban Safe Browsing, you choose quality, safety, and security!
 
To enable us to provide you with safe browsing features, we need to access and collect certain information, such as the URLs you click, the ads displayed for you and your interaction with the ads, history, click stream data, and IP address.
 
In addition, subject to your consent through the prominent notice, we will be accessing and collecting your web browsing data that includes information on the following:
- search engine results page
- web pages visited
- clicked stream data
- information about the content that you viewed (the ad campaign)
- information about where you viewed the content (website, app, or extension).
 
We share this web browsing data in an aggregated, anonymized format with our affiliated companies and business partners for commercial use.
 
We wish to make it clear we do not want to know your identity, preferences, or any information about you personally, all as detailed in the https://www.urban-vpn.com/about-us/privacy/                    

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

ชื่อ Urban Safe Browsing Urban Safe Browsing
ID efbobpikdmjaaklfkdlgfopochnjadab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/urban-safe-browsing/efbobpikdmjaaklfkdlgfopochnjadab
คำอธิบาย Search, browse & explore whatever you want while avoiding harmful elements!
ขนาดไฟล์ 1012 KB
จำนวนการติดตั้ง 25,332
เวอร์ชันปัจจุบัน 2.2.4
อัปเดตครั้งล่าสุด 2023-10-17
วันที่เผยแพร่ 2020-05-08
คะแนน 4.47/5 รวมทั้งหมด 129 คะแนน
ผู้พัฒนา Urban VPN
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.urban-vpn.com
URL หน้านโยบายความเป็นส่วนตัว https://www.urban-vpn.com/about-us/privacy
ภาษาที่รองรับ id,de,en,fr,nl,tr,es,pt-BR,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.2.4",
    "homepage_url": "https:\/\/www.urban-vpn.com\/",
    "manifest_version": 3,
    "action": {
        "default_icon": "public\/sprites\/icon-16.png",
        "default_title": "Urban Anti-Malware",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "match_about_blank": true,
            "js": [
                "content\/safecheck-notification\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "public\/sprites\/icon-16.png",
        "48": "public\/sprites\/icon-48.png",
        "128": "public\/sprites\/icon-128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "webRequest",
        "webNavigation",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "",
        "https:\/\/www.urban-vpn.com\/thank-you-safe-browsing\/*",
        "https:\/\/www.urban-vpn.com\/uninstall-safe-browsing\/*",
        "https:\/\/chrome.google.com\/webstore\/detail\/urban-anti-malware-safe-b\/efbobpikdmjaaklfkdlgfopochnjadab\/reviews\/*",
        "https:\/\/protection-toolbar.urban-vpn.com\/api\/rest\/v2\/*",
        "https:\/\/api-pro.urban-vpn.com\/rest\/v1\/*",
        "https:\/\/authentication.urban-vpn.com\/*",
        "https:\/\/authentication.urban-vpn.com\/rest\/v1\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/safecheck-notification\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker\/index.js"
    }
}