Browse.live Web Safety

Browser Extension that Hides Unfair Ads and Unsafe Search Results

ما هو Browse.live Web Safety؟

Browse.live Web Safety هو إضافة Chrome تم تطويرها بواسطة AppEsteem Corporation، والميزة الرئيسية لها هي "Browser Extension that Hides Unfair Ads and Unsafe Search Results".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Browse.live Web Safety

قم بتنزيل ملفات الامتداد Browse.live Web Safety بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Try it FREE for 7 days

--Browse Peacefully--
Browse.live Web Safety blocks all unfair ads based on our regularly updated Ad Polluter list (https://appesteem.com/polluters), giving you the cleanest and fairest browsing experience.

--Use Our Unique Patented Technology--
The remaining ads are blurred with our unique, patented technology, helping you focus on the content that matters. You can always choose to see these ads by hovering over them.

--Get Protection from Deceptive Apps--
Browse.live Web Safety warns you about potentially dangerous websites and links found in your search results. We constantly refine our list (https://appesteem.com/deceptors) of known deceptive sites and apps to improve your browsing safety.

Browse.live Web Safety never collects your personal data.

Browse.live Web Safety was created by AppEsteem, an app certification company that is trusted by the world’s leading cybersecurity companies to help protect more than 2 billion people from consumer fraud. Our mission is to bring safe and clean internet experiences to everybody.                    

معلومات أساسية عن التمديد

الاسم Browse.live Web Safety Browse.live Web Safety
ID ghjakbehlhkjdiehaeffedomkakcenjo
عنوان URL الرسمي https://chromewebstore.google.com/detail/browselive-web-safety/ghjakbehlhkjdiehaeffedomkakcenjo
الوصف Browser Extension that Hides Unfair Ads and Unsafe Search Results
حجم الملف 403 KB
عدد التثبيتات 12,922
النسخة الحالية 2.23.1606.2535
آخر تحديث 2023-06-07
تاريخ النشر 2021-09-25
تقييم 4.40/5 مجموع تقييمات 5
المطور AppEsteem Corporation
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://browse.live
عنوان صفحة المساعدة https://browse.live/support
عنوان صفحة سياسة الخصوصية https://blur.live/privacypolicy
اللغات المدعومة id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,fi,sv,el,sr,ru,uk,iw,fa,hi,ml,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ExtName__",
    "description": "__MSG_ExtDescription__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1Odf6T1vxyVP4h7LYh+sfOGSjkd\/vGTTyjxd1ACirj1Hh8+GxVeTkMWDSL\/Si83b31wSstfqWPcignUSg6ab6z\/O1ycIvqYoA74B+WCEf5Kgc4cKUd8tgaV1LZaet0LGpvRTDpr6HUgIkvQJe\/vh1Q7KXSpCclYQpHrNJNzjjtkqGInzz\/cvue2iPW3AgAtOnO5vqgH9it9JwGbj4Rfuhz7rK1X6OdaYOuLm9GUoL\/2XDjcpC26K16p7dO55MagT6hRtTGwtD01GrNRTplrC4WHFQzcLUxpFx27xWG4SR0Kt3sVGaO0vU8Eh77\/ZbNjCMQM1gHFLJDLdIsyMSg1UwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "media\/logo_icon_play.png",
        "default_popup": "popups\/index.html"
    },
    "homepage_url": "https:\/\/browse.live",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/browse.live\/websafety\/notification*",
                "https:\/\/staging.browse.live\/websafety\/notification*"
            ],
            "all_frames": true,
            "js": [
                "notification_blur.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/browse.live\/*"
            ],
            "all_frames": true,
            "js": [
                "websafety_info.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "alarms",
        "scripting",
        "downloads",
        "management",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "media\/16.png",
        "48": "media\/48.png",
        "128": "media\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "notification.html",
                "notification.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/*.browse.live\/*",
            "https:\/\/browse.live\/*",
            "https:\/\/blur.live\/*",
            "https:\/\/*.blur.live\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "version": "2.23.1606.2535"
}