WebSurf Guard

WebSurfing Guard is the ultimate ad blocker and the most advanced video ad blocker for Youtube.

WebSurf Guard क्या है?

WebSurf Guard nnorrisswooley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebSurfing Guard is the ultimate ad blocker and the most advanced video ad blocker for Youtube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebSurf Guard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Whether you want to surf the web or watch the video without interrupting with annoying and irrelevant ads the Cyber Shield is a useful tool to maintain a perfect flow of the process.
The smart algorithms and white lists of the ads will keep you away from deceptive advertisers. It happens automatically when you visit any website: the extension checks everything in seconds and in case there is a harmful elements, shows you a warning.
Cyber Shield is tailored in order to protect you with the most efficiently, but you can create your own exceptions.

With installing the chrome extension you give a consent to our privacy policy and terms of use.                    

एक्सटेंशन की मूल जानकारी

नाम WebSurf Guard WebSurf Guard
ID jflddlfboibbamkjgfljfimkcmbkfbdb
आधिकारिक URL https://chrome.google.com/webstore/detail/websurf-guard/jflddlfboibbamkjgfljfimkcmbkfbdb
विवरण WebSurfing Guard is the ultimate ad blocker and the most advanced video ad blocker for Youtube.
फ़ाइल का आकार 808 KB
स्थापना संख्या 24,936
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2022-11-23
प्रकाशन तिथि 2022-10-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nnorrisswooley
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "assets\/icon.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/element-collapser.js",
                "content\/css-hits-counter.js",
                "content\/extended-css.js",
                "content\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "declarative_net_request\/net_requests_01.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icon.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting",
        "alarms"
    ],
    "version": "1.0.8",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}