AdClean (works on Youtube)

Removes all unwanted ads for a smoother browsing experience.

AdClean (works on Youtube) क्या है?

AdClean (works on Youtube) https://mega-block.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all unwanted ads for a smoother browsing experience."।

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

screenshot

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

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

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

                        AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website                    

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

नाम AdClean (works on Youtube) AdClean (works on Youtube)
ID bjnlfombjeamfelifpimnopcchmmeppk
आधिकारिक URL https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk
विवरण Removes all unwanted ads for a smoother browsing experience.
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2024-01-19
प्रकाशन तिथि 2023-12-22
रेटिंग 4.25/5 कुल 8 रेटिंग्स
डेवलपर https://mega-block.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://mega-block.com/privacy.php
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.4",
    "default_locale": "en",
    "action": [],
    "background": {
        "service_worker": "extension.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ecss.js",
                "cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "block\/r1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "block\/r2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "block\/r3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "block\/r4.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}