YouTube Window Player
Resize YouTube's HTML5 player to fully fit your browser window
Cos'è YouTube Window Player?
YouTube Window Player è un'estensione di Chrome sviluppata da jakdept, e la sua funzione principale è "Resize YouTube's HTML5 player to fully fit your browser window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Window Player
Scarica i file di estensione YouTube Window Player 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
Autohides the top bar in YouTube's HTML5 theatre player, and makes the share buttons optional. - Updated to match youtube's new style.
Informazioni di Base sull'Estensione
Nome | YouTube Window Player |
ID | djcblfigljldnidihnfjmpcbfhflhfan |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-window-player/djcblfigljldnidihnfjmpcbfhflhfan |
Descrizione | Resize YouTube's HTML5 player to fully fit your browser window |
Dimensione del File | 672 KB |
Conteggio Installazioni | 1,261 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-09-11 |
Data di Pubblicazione | 2018-09-11 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | jakdept |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jakdept/youtube-window-player |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Window Player", "version": "0.1.1", "description": "Resize YouTube's HTML5 player to fully fit your browser window", "icons": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "author": "Jack Hayhurst", "content_scripts": [ { "css": [ "player.css" ], "js": [ "thirdParty\/jquery-3.2.1.min.js", "thirdParty\/debounce.js", "player.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "incognito": "split" } |