Ad-skipper

Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.

Ad-skipper क्या है?

Ad-skipper Nikhil Singh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider."।

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

screenshot

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

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

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

                        Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.                    

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

नाम Ad-skipper Ad-skipper
ID jfmmhlgdaekimamaebokgdjeolkdlfpg
आधिकारिक URL https://chromewebstore.google.com/detail/ad-skipper/jfmmhlgdaekimamaebokgdjeolkdlfpg
विवरण Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.
फ़ाइल का आकार 18.66 KB
स्थापना संख्या 1,520
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2019-11-20
प्रकाशन तिथि 2019-11-19
रेटिंग 4.79/5 कुल 19 रेटिंग्स
डेवलपर Nikhil Singh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-skipper",
    "short_name": "Ad-skipper",
    "manifest_version": 2,
    "version": "2.0.1",
    "author": "Nikhil Singh",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}