Playback Button
Adds a button for Playback.app to YouTube
What is Playback Button?
Playback Button is a Chrome extension developed by Max Ogden, and its main feature is "Adds a button for Playback.app to YouTube".
Extension Screenshots
Download Playback Button Extension CRX File
Download Playback Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback)
Extension Basic Information
Name | Playback Button |
ID | jibgihafbnobhcaankccoekndbilehmc |
Official URL | https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc |
Description | Adds a button for Playback.app to YouTube |
File Size | 32.6 KB |
Installation Count | 250 |
Current Version | 1.0.1 |
Last Updated | 2015-04-13 |
Publish Date | 2015-04-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Max Ogden |
Payment Type | free |
Extension Website | https://github.com/maxogden/playback-chrome |
Help Page URL | https://github.com/maxogden/playback-chrome |
Supported Languages | 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": [] } |