Playback Button

Adds a button for Playback.app to YouTube

什么是Playback Button?

Playback Button是由Max Ogden开发的Chrome扩展程序,该扩展的主要功能是“Adds a button for Playback.app to YouTube”。

扩展截图

screenshot

下载Playback Button扩展crx文件

下载Playback Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback)                    

扩展基本信息

名称 Playback Button Playback Button
ID jibgihafbnobhcaankccoekndbilehmc
官方URL https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc
简介 Adds a button for Playback.app to YouTube
文件大小 32.6 KB
安装次数 250
当前版本 1.0.1
更新时间 2015-04-13
上架时间 2015-04-13
评分 5.00/5 共3次评分
开发者 Max Ogden
付费类型 free
扩展官网 https://github.com/maxogden/playback-chrome
帮助页面URL https://github.com/maxogden/playback-chrome
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/maxogden\/playback-chrome",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": []
}