Nextube - The missing next button

Next button for YouTube

Nextube - The missing next button क्या है?

Nextube - The missing next button Nadav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Next button for YouTube"।

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

screenshot

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

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

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

                        Nextube adds a YouTube next button in your browser windows! 

No more searching for the YouTube tab just to change the current song,
with Nextube, just press the next icon and YouTube will play the next available song.

Notes:
- Please refresh your YouTube tabs after installing Nextube
- Nextube will only control the first playing YouTube tab so you can safely keep other YouTube tabs/windows open when not playing.                    

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

नाम Nextube - The missing next button Nextube - The missing next button
ID kefiabkknppcjbbimoijcjbcehlcmcco
आधिकारिक URL https://chromewebstore.google.com/detail/nextube-the-missing-next/kefiabkknppcjbbimoijcjbcehlcmcco
विवरण Next button for YouTube
फ़ाइल का आकार 11.39 KB
स्थापना संख्या 175
वर्तमान संस्करण 0.9.3
अंतिम अपडेट 2016-03-06
प्रकाशन तिथि 2016-03-06
रेटिंग 4.82/5 कुल 11 रेटिंग्स
डेवलपर Nadav
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nextube - The missing next button",
    "short_name": "Nextube",
    "version": "0.9.3",
    "manifest_version": 2,
    "description": "Next button for YouTube",
    "icons": {
        "16": "icons\/yn16.png",
        "48": "icons\/yn48.png",
        "128": "icons\/yn128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/yn19.png",
            "38": "icons\/yn72.png"
        },
        "default_title": "Nextube"
    },
    "commands": {
        "next_song": {
            "suggested_key": {
                "default": "Ctrl+N",
                "mac": "MacCtrl+N"
            },
            "description": "Play Next"
        },
        "pause": {
            "suggested_key": {
                "default": "Ctrl+P",
                "mac": "MacCtrl+P"
            },
            "description": "Play\/Pause"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}