FullTube
Enlarge YouTube videos to fill the whole tab.
Vad är FullTube?
FullTube är en Chrome-tillägg utvecklad av ijanos, och dess huvudfunktion är "Enlarge YouTube videos to fill the whole tab.".
Tilläggsskärmbilder
Ladda ner FullTube-förlängningens CRX-fil
Ladda ner FullTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Fill the whole tab with a YouTube video without making it fullscreen.
Grundläggande Information om Tillägg
Namn | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
Officiell webbadress | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
Beskrivning | Enlarge YouTube videos to fill the whole tab. |
Filstorlek | 4.65 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-05-01 |
Publiceringsdatum | 2016-05-01 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | ijanos |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ijanos/fulltube |
Hjälpsida URL | https://github.com/ijanos/fulltube/issues |
Stödda Språk | 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 } |