expand-youtube
expand youtube videos to view from the subscriptions page
Cos'è expand-youtube?
expand-youtube è un'estensione di Chrome sviluppata da Christopher Kwai-Pun, e la sua funzione principale è "expand youtube videos to view from the subscriptions page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione expand-youtube
Scarica i file di estensione expand-youtube 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 an expanding tab to the youtube subscriptions page with an embedded player. Copyright Christopher Kwai-Pun 2016 Protected under the MIT License
Informazioni di Base sull'Estensione
Nome | expand-youtube |
ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
URL Ufficiale | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
Descrizione | expand youtube videos to view from the subscriptions page |
Dimensione del File | 67.36 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2016-02-07 |
Data di Pubblicazione | 2016-02-07 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | Christopher Kwai-Pun |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "expand-youtube", "description": "expand youtube videos to view from the subscriptions page", "version": "0.1.2", "author": "Christopher Kwai-Pun", "icons": { "24": "\/assets\/icons\/icon1x.png", "48": "\/assets\/icons\/icon2x.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/" ], "css": [ "\/libraries\/bootstrap.min.css", "expand.css" ], "js": [ "\/libraries\/jquery.min.js", "\/libraries\/bootstrap.min.js", "expand.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true } } |