YouTube toggle

Pause / play youtube via shortcut from anywhere

YouTube toggle क्या है?

YouTube toggle Florian Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pause / play youtube via shortcut from anywhere"।

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

screenshot

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

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

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

                        Set the shortcut in your chrome settings  and it will pause / play your open YouTube-Video once you press the specified key combination.                    

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

नाम YouTube toggle YouTube toggle
ID hpfgcckhlgfbajmpcfbdidecbfmmccjj
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj
विवरण Pause / play youtube via shortcut from anywhere
फ़ाइल का आकार 7.8 KB
स्थापना संख्या 54
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-06-28
प्रकाशन तिथि 2016-06-28
डेवलपर Florian Thomas
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Crunch09/youtube-toggle
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube toggle",
    "description": "Pause \/ play youtube via shortcut from anywhere",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "commands": {
        "toggle-youtube": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Toggle YouTube"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128_128.png",
        "48": "icon48_48.png"
    },
    "author": "Florian Thomas"
}