Playback Button
Adds a button for Playback.app to YouTube
Qu'est-ce que Playback Button ?
Playback Button est une extension Chrome développée par Max Ogden, et sa fonction principale est "Adds a button for Playback.app to YouTube".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Playback Button
Téléchargez les fichiers d'extension Playback Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback)
Informations de Base sur l'Extension
Nom | Playback Button |
ID | jibgihafbnobhcaankccoekndbilehmc |
URL Officiel | https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc |
Description | Adds a button for Playback.app to YouTube |
Taille du Fichier | 32.6 KB |
Nombre d'Installations | 250 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-04-13 |
Date de Publication | 2015-04-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Max Ogden |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/maxogden/playback-chrome |
URL de la Page d'Aide | https://github.com/maxogden/playback-chrome |
Langues Prises en Charge | 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": [] } |