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": []
}