Playback Button
Adds a button for Playback.app to YouTube
Cos'è Playback Button?
Playback Button è un'estensione di Chrome sviluppata da Max Ogden, e la sua funzione principale è "Adds a button for Playback.app to YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Playback Button
Scarica i file di estensione Playback Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback) Informazioni di Base sull'Estensione
| Nome | |
| ID | jibgihafbnobhcaankccoekndbilehmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc |
| Descrizione | Adds a button for Playback.app to YouTube |
| Dimensione del File | 32.6 KB |
| Conteggio Installazioni | 250 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2015-04-13 |
| Data di Pubblicazione | 2015-04-13 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Max Ogden |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/maxogden/playback-chrome |
| URL della Pagina di Aiuto | https://github.com/maxogden/playback-chrome |
| Lingue Supportate | 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": []
} | |