YouTube toggle

Pause / play youtube via shortcut from anywhere

什麼是YouTube toggle?

YouTube toggle是由Florian Thomas開發的Chrome擴展程式,該擴展的主要功能是“Pause / play youtube via shortcut from anywhere”。

擴展截圖

screenshot

下載YouTube toggle擴展crx文件

下載YouTube toggle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}