FullTube
Enlarge YouTube videos to fill the whole tab.
Cos'è FullTube?
FullTube è un'estensione di Chrome sviluppata da ijanos, e la sua funzione principale è "Enlarge YouTube videos to fill the whole tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FullTube
Scarica i file di estensione FullTube 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
Fill the whole tab with a YouTube video without making it fullscreen. Informazioni di Base sull'Estensione
| Nome | |
| ID | nmabgnejfbfgjdifjflceagbglmllefe |
| URL Ufficiale | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
| Descrizione | Enlarge YouTube videos to fill the whole tab. |
| Dimensione del File | 4.65 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-05-01 |
| Data di Pubblicazione | 2016-05-01 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | ijanos |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ijanos/fulltube |
| URL della Pagina di Aiuto | https://github.com/ijanos/fulltube/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FullTube",
"version": "1.0",
"description": "Enlarge YouTube videos to fill the whole tab.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icon-128.png",
"default_title": "Enlarge video"
},
"permissions": [
"declarativeContent",
"activeTab"
],
"icons": {
"128": "icon-128.png"
},
"manifest_version": 2
} | |