YouTube Ad Skipper

YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!

YouTube Ad Skipper क्या है?

YouTube Ad Skipper espacio.abierto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTube Ad Skipper (1.6)  it is NOT an ad blocker, but rather click programatically to the skip button.

The extension is a basic use of selectors and dispatch events that are triggered when elements are render in the page.
 
The click event is automatically dispatch on the skip button element as soon as it is render, it is basic project but are useful, hope would be same for you, any bug, feedback or suggesting let me know. .                    

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

नाम YouTube Ad Skipper YouTube Ad Skipper
ID pgojhlciioemcalndpjlnffkpmogfbgl
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-ad-skipper/pgojhlciioemcalndpjlnffkpmogfbgl
विवरण YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!
फ़ाइल का आकार 39.22 KB
स्थापना संख्या 2,077
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-10-07
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर espacio.abierto
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://espierto.com/#portfolio
सहायता पृष्ठ URL https://espierto.com/#contact
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs69r0petggpC7acaNmXbgYKh55KnqwLPceLNHj95g+qKJe9GSo0wRxegdLdWf+vF\/WnvXORdOOHomIaijFH0SXfVmZ6Dsku7lmB4pjcbAAW5w3mX3F9z1IdWl2T9AbxQcJxIDQDUGA6IIfm6gxXPCq\/qqkDk93OhzH\/CcmzPpBm7vFNACNlK5VpQX\/ufs4cKGfkTSxS4uYYq19HxWcR4a9Kyg5QQp4AjI7S+UNjRSXusoqxEa+hhTmU4OTXZB9dyy0v8BHLoBMIo\/tirvrm4qfAnJ3SglcTYJwQIT2k+5efOqvTxALZKpNaa6JEL4tnUQJL0vjUTaxo5N1yx0zqmLQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube Ad Skipper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}