Fullvideo
Expand video to full window
Vad är Fullvideo?
Fullvideo är en Chrome-tillägg utvecklad av Rane.io, och dess huvudfunktion är "Expand video to full window".
Tilläggsskärmbilder
Ladda ner Fullvideo-förlängningens CRX-fil
Ladda ner Fullvideo-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
Expand video to full window.
Supported sites:
- Youtube
- Yle Areena
- Katsomo (beta) Grundläggande Information om Tillägg
| Namn | |
| ID | iionkonfaiahmciblcgjidknllcimdpj |
| Officiell webbadress | https://chromewebstore.google.com/detail/fullvideo/iionkonfaiahmciblcgjidknllcimdpj |
| Beskrivning | Expand video to full window |
| Filstorlek | 15.51 KB |
| Antal Installationer | 51 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-04-13 |
| Publiceringsdatum | 2017-04-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Rane.io |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fullvideo",
"description": "Expand video to full window",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"activeTab"
]
} | |