FullTube
Enlarge YouTube videos to fill the whole tab.
Co to jest FullTube?
FullTube to rozszerzenie Chrome opracowane przez ijanos, a jego główną funkcją jest „Enlarge YouTube videos to fill the whole tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FullTube
Pobierz pliki rozszerzeń FullTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fill the whole tab with a YouTube video without making it fullscreen. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nmabgnejfbfgjdifjflceagbglmllefe |
| Oficjalny URL | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
| Opis | Enlarge YouTube videos to fill the whole tab. |
| Rozmiar pliku | 4.65 KB |
| Liczba instalacji | 28 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-05-01 |
| Data Publikacji | 2016-05-01 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | ijanos |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ijanos/fulltube |
| Adres URL Strony Pomocy | https://github.com/ijanos/fulltube/issues |
| Obsługiwane Języki | 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
} | |