Ads Blocker-Youtube™

Ads Blocker is one of the most popular ad blockers worldwide Block pop-ups and annoying ads on Youtube™

Ads Blocker-Youtube™ क्या है?

Ads Blocker-Youtube™ proittulcea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ads Blocker is one of the most popular ad blockers worldwide Block pop-ups and annoying ads on Youtube™"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unleash a Seamless Online Experience with Adblock for Youtube™!

Tired of intrusive ads disrupting your video clips sessions? Say goodbye to banners, annoying popups, and those pesky preroll ads with our powerful browser extension – Adblock for Youtube™.

Features that Elevate Your  Enjoyment:
🚫 Ad Blocking Mastery:

Effortlessly block ads, banners, and popups on all video channels, ensuring a clean and continuous viewing experience.
Bid farewell to preroll ads that usually precede your favorite videos.
🔄 Extended Protection:

Our extension doesn't stop at here; it extends its ad-blocking prowess to external sites loading YouTube content. Enjoy video and audio journey wherever you go!
🌐 Enhanced Performance:

Speed up your  adventures with faster loading times for videos and audio on website.
Remove annotations from videos and music with a simple tweak in the options page.
Privacy and Transparency Guaranteed:
🔐 Your Privacy Matters:

Adblock detection happens locally on your computer – we don't see or track your data.
Explore the open-source code under the GPL3 License for complete transparency.
Continuous Improvement:
🚀 Stay Updated:

Our commitment to excellence is reflected in regular updates. From bug fixes to UI enhancements, we're dedicated to ensuring your experience is always top-notch.
User-Friendly Support:
🤝 Support That Cares:

Need help or have questions? Reach out to us through the dedicated support tab. We're here to ensure your experience is seamless and enjoyable.
Latest Updates:
📅 Always Fresh:

Check out our latest updates, including minor bug fixes and an upgraded material UI in the last version.
Your Privacy, Your Control:
🛡️ Google Analytics Disclaimer:

The Chrome Web Store uses Google Analytics, but fret not – your data is safe. Explore options to opt-out from tracking and enjoy browsing experience.
Download Adblock  and Rediscover Video Like Never Before!                    

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

नाम Ads Blocker-Youtube™ Ads Blocker-Youtube™
ID papnkphnclkaifccobjlkbacgdjfjojd
आधिकारिक URL https://chromewebstore.google.com/detail/ads-blocker-youtube/papnkphnclkaifccobjlkbacgdjfjojd
विवरण Ads Blocker is one of the most popular ad blockers worldwide Block pop-ups and annoying ads on Youtube™
फ़ाइल का आकार 667 KB
स्थापना संख्या 1,465
वर्तमान संस्करण 1.5
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2023-01-27
रेटिंग 4.79/5 कुल 57 रेटिंग्स
डेवलपर proittulcea
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.5",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube",
                "enabled": true,
                "path": "rules\/youtube.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptlets.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}