Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
Cos'è Youtube Fullframe?
Youtube Fullframe è un'estensione di Chrome sviluppata da tmhall67, e la sua funzione principale è "This extension puts Youtube videos in full-frame mode.".
Scarica il file CRX dell'estensione Youtube Fullframe
Scarica i file di estensione Youtube Fullframe 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
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
Descrizione | This extension puts Youtube videos in full-frame mode. |
Dimensione del File | 3.9 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2014-06-01 |
Data di Pubblicazione | 2014-06-01 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | tmhall67 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |