Skippy - The Best Youtube Ad Skipper

Automatically skip youtube ads the moment they appear

Skippy - The Best Youtube Ad Skipper क्या है?

Skippy - The Best Youtube Ad Skipper Rohan Makhija द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically skip youtube ads the moment they appear"।

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

screenshot

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

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

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

                        If you would like to upgrade to the new 2x efficient beta version, click here:
https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol

ℹ About:
Skippy is a browser extension that blocks all video ads on YouTube™.
Video ads and ads that come before the video are automatically skipped when they show up.

Features:
Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them.

🔏 Privacy:
Skippy does not track anything you watch or do on YouTube™ website


Disclaimer: YouTube™ is a trademark of Google LLC.                    

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

नाम Skippy - The Best Youtube Ad Skipper Skippy - The Best Youtube Ad Skipper
ID nodemlgkeklghddomgoabckgbcmalkkj
आधिकारिक URL https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj
विवरण Automatically skip youtube ads the moment they appear
फ़ाइल का आकार 8.75 KB
स्थापना संख्या 359
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2021-03-24
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Rohan Makhija
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skippy - The Best Youtube Ad Skipper",
    "version": "1.0",
    "description": "Automatically skip youtube ads the moment they appear",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}