YouTube AdAway - We skip, not block ads

A lightweight YouTube ad skipper

YouTube AdAway - We skip, not block ads क्या है?

YouTube AdAway - We skip, not block ads elliot0412 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight YouTube ad skipper"।

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

screenshot
screenshot

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

crx प्रारूप में YouTube AdAway - We skip, not block ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        We created this tool with a simple mission: make your YouTube watching smoother while still supporting the creators we all love. YouTube's policies are tough on ad blockers, so instead, we find those ads and skip them for you. It's a win-win - the ads are there but won't get in your way.

✨ Features
1. Comprehensive Ad Removal

YouTube AdAway removes all advertisements on YouTube, ensuring an uninterrupted viewing experience—even on videos with non-skippable ads.

2. AutoSkipping Toggle

We empower users with the choice to control the auto-skipping of ads. With a simple press of the q key, you can manually skip ads whenever possible, when the auto-skip feature is turned off.

3. Optimized Performance

Utilizing MutationObserver, we provide a modern and streamlined approach to instantly detect webpage changes, ensuring top-notch performance without unnecessary workload.                    

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

नाम YouTube AdAway - We skip, not block ads YouTube AdAway - We skip, not block ads
ID mghiaikgcejekailbglmgngilifmhoij
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-adaway-we-skip-no/mghiaikgcejekailbglmgngilifmhoij
विवरण A lightweight YouTube ad skipper
फ़ाइल का आकार 1.06 MB
स्थापना संख्या 125
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2023-10-28
प्रकाशन तिथि 2023-10-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर elliot0412
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/ChouYunShuo/AdAway
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube AdAway - We skip, not block ads",
    "version": "0.1.0",
    "description": "A lightweight YouTube ad skipper",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "assets\/icon.png"
        },
        "default_title": "Undetectable YT Video Ads Skipper",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}