42Yogis Yoga Video Library Fullscreen Fix
Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
Cos'è 42Yogis Yoga Video Library Fullscreen Fix?
42Yogis Yoga Video Library Fullscreen Fix è un'estensione di Chrome sviluppata da http://www.42yogis.com, e la sua funzione principale è "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 42Yogis Yoga Video Library Fullscreen Fix
Scarica i file di estensione 42Yogis Yoga Video Library Fullscreen Fix 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
There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.
Informazioni di Base sull'Estensione
Nome | |
ID | ahbhhleedpbobfheopaamajbbblnflom |
URL Ufficiale | https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom |
Descrizione | Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library. |
Dimensione del File | 103 KB |
Conteggio Installazioni | 415 |
Versione Corrente | 0.42 |
Ultimo Aggiornamento | 2015-02-07 |
Data di Pubblicazione | 2015-02-07 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | http://www.42yogis.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://42yogis.com/faqs |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery-1.js", "\/js\/fullscreen.js" ], "matches": [ "http:\/\/www.42yogis.com\/*" ], "run_at": "document_start" } ], "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.", "manifest_version": 2, "name": "42Yogis Yoga Video Library Fullscreen Fix", "permissions": [ "tabs", "http:\/\/www.42yogis.com\/*" ], "version": "0.42" } |