Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

Autoskip for YouTube 2.0 क्या है?

Autoskip for YouTube 2.0 office द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skips the YouTube ads. 🚫"।

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

screenshot
screenshot
screenshot

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

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

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

नाम Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
आधिकारिक URL https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
विवरण Automatically skips the YouTube ads. 🚫
फ़ाइल का आकार 8.18 KB
स्थापना संख्या 137
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-25
प्रकाशन तिथि 2023-03-24
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर office
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}