FullTube
Enlarge YouTube videos to fill the whole tab.
Wat is FullTube?
FullTube is een Chrome-extensie ontwikkeld door ijanos, en de belangrijkste functie is "Enlarge YouTube videos to fill the whole tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie FullTube
Download FullTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fill the whole tab with a YouTube video without making it fullscreen.
Basisinformatie over de Extensie
Naam | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
Officiële URL | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
Beschrijving | Enlarge YouTube videos to fill the whole tab. |
Bestandsgrootte | 4.65 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-05-01 |
Publicatiedatum | 2016-05-01 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ijanos |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ijanos/fulltube |
Help Pagina-URL | https://github.com/ijanos/fulltube/issues |
Ondersteunde Talen | 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 } |