Skip Ads - Adblock Plus for Youtube

Auto skip ads when watching YouTube videos. Let YouTube no ads!

Skip Ads - Adblock Plus for Youtube क्या है?

Skip Ads - Adblock Plus for Youtube adolfalbin6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto skip ads when watching YouTube videos. Let YouTube no ads!"।

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

screenshot

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

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

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

                        There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
    -> Automatically skips annoying ads
    -> Block pre-rolls and insertion of video ads on the youtube™ platform.
    -> Block ads on external websites that embed youtube™ videos.                    

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

नाम Skip Ads - Adblock Plus for Youtube Skip Ads - Adblock Plus for Youtube
ID cidhcmobnhpfabnklkacinjcobbadabh
आधिकारिक URL https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh
विवरण Auto skip ads when watching YouTube videos. Let YouTube no ads!
फ़ाइल का आकार 420 KB
स्थापना संख्या 159
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2022-10-13
प्रकाशन तिथि 2022-09-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर adolfalbin6
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://extensiondock.com/privacy
समर्थित भाषाएँ id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/ys.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/ys.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject-script.js"
            ]
        }
    ]
}