Youtube button clicker

This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.

Youtube button clicker क्या है?

Youtube button clicker Petingo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window."।

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

screenshot

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

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

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

                        自動幫你按下 youtube「略過廣告」的按扭;當「影片已暫停」的視窗跳出來的時候幫你按確定。
音樂撥放太久自動暫停時,也會自動按下「下一首」。
Skip youtube ad by clicking the button for you, as well as the pop-up window saying "are you still watching?" When video stopped after playing for a while, it will click "next video".                    

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

नाम Youtube button clicker Youtube button clicker
ID mnbaldbdmilbhdbmmogpeildjddligkn
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-button-clicker/mnbaldbdmilbhdbmmogpeildjddligkn
विवरण This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.
फ़ाइल का आकार 21.87 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-11-15
प्रकाशन तिथि 2019-11-14
डेवलपर Petingo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube button clicker",
    "short_name": "Youtube button clicker",
    "description": "This extension helps you click the \"skip\" and \"close\" button of an ad in Youtube, as well as the \"Are you still watching\" window.",
    "manifest_version": 2,
    "version": "1.2.0",
    "author": "Petingo",
    "homepage_url": "https:\/\/github.com\/Petingo\/youtube-button-clicker",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/lib\/arrive.min.js",
                "app.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "\/options\/options.html"
    },
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "icons": {
        "16": "\/icon\/icon16.png",
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    }
}