Full Window YouTube
Resize YouTube videos to fill the entire browser window.
Vad är Full Window YouTube?
Full Window YouTube är en Chrome-tillägg utvecklad av robbyking, och dess huvudfunktion är "Resize YouTube videos to fill the entire browser window. ".
Tilläggsskärmbilder
Ladda ner Full Window YouTube-förlängningens CRX-fil
Ladda ner Full Window YouTube-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
Resize YouTube videos to fill the entire browser window. Grundläggande Information om Tillägg
| Namn | |
| ID | ljoihobokkeeobaplgebomjknmchpace |
| Officiell webbadress | https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace |
| Beskrivning | Resize YouTube videos to fill the entire browser window. |
| Filstorlek | 22.78 KB |
| Antal Installationer | 1,188 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2017-03-02 |
| Publiceringsdatum | 2017-03-02 |
| Betyg | 4.08/5 Totalt 13 Betyg |
| Utvecklare | robbyking |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Full Window YouTube",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
}
} | |