YouTube Ad Auto-Closer

Automatically close ads after X seconds

YouTube Ad Auto-Closer क्या है?

YouTube Ad Auto-Closer Zion Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically close ads after X seconds"।

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

screenshot
screenshot

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

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

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

                        This is NOT an Ad Blocker, It just closes faster.
Support YouTubers by disabling AdBlock / uBlock on youtube.com and use this extension to close the ads as soon as possible after the Close / Skip button is available.

Feature: Automatically mute video ads (Changeable on Options)
Feature: Disable / Enable the extension by pressing F2 (Changeable on Options)

This is not an YouTube official extension.
Youtube is a trade-mark by Google.
Bender Bending Rodríguez, Futurama is created by Matt Groening for Fox Broadcasting Company.
All the logos and pictures here is used under fair-use, And is belonged by the corresponding owners.

This add-on uses google analytics for anonymous statistics, if you don't like it, use uBlock origin (while you can).
License: https://creativecommons.org/licenses/by-nc-sa/4.0/
Open Source: https://github.com/ZionDevelopers/youtube-ad-auto-closer                    

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

नाम YouTube Ad Auto-Closer YouTube Ad Auto-Closer
ID janhkcfgfnafdebdmlbnhopmnoiepmpc
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-ad-auto-closer/janhkcfgfnafdebdmlbnhopmnoiepmpc
विवरण Automatically close ads after X seconds
फ़ाइल का आकार 98.13 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.3.21
अंतिम अपडेट 2023-06-10
प्रकाशन तिथि 2022-08-16
डेवलपर Zion Developers
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ZionDevelopers/youtube-ad-auto-closer
सहायता पृष्ठ URL https://github.com/ZionDevelopers/youtube-ad-auto-closer/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "include_globs": [
                "*youtube.com*"
            ],
            "css": [],
            "js": [
                "includes\/jquery-3.7.0.min.js",
                "includes\/youtube.js",
                "includes\/jquery.hotkeys.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automatically close ads after X seconds",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "YouTube Ad Auto-Closer",
    "short_name": "YT Ad Auto-Closer",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/"
    ],
    "version": "1.3.21",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "icons\/icon.png",
                "includes\/jquery-3.7.0.min.js",
                "includes\/youtube.js",
                "includes\/jquery-3.7.0.min.map",
                "includes\/jquery.hotkeys.js"
            ]
        }
    ]
}