YouTube Inline Fullscreen
Make the most out of your screen space with a single click!
Vad är YouTube Inline Fullscreen?
YouTube Inline Fullscreen är en Chrome-tillägg utvecklad av doubleyoustew, och dess huvudfunktion är "Make the most out of your screen space with a single click!".
Tilläggsskärmbilder
Ladda ner YouTube Inline Fullscreen-förlängningens CRX-fil
Ladda ner YouTube Inline Fullscreen-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
This extension offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w". You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode. Make YouTube videos responsive. No more wasted space around the content you enjoy. *Note*: Reload YouTube after installing the extension to have the button appear in the player.
Grundläggande Information om Tillägg
Namn | YouTube Inline Fullscreen |
ID | mfpkbigjnlcgngkdbmnchfnenfmibkig |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig |
Beskrivning | Make the most out of your screen space with a single click! |
Filstorlek | 21.52 KB |
Antal Installationer | 2,219 |
Aktuell Version | 1.2.7 |
Senast Uppdaterad | 2023-09-27 |
Publiceringsdatum | 2020-01-23 |
Betyg | 4.17/5 Totalt 36 Betyg |
Utvecklare | doubleyoustew |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Inline Fullscreen", "version": "1.2.7", "description": "Make the most out of your screen space with a single click!", "icons": { "16": "icons\/fullscreen-16.png", "48": "icons\/fullscreen-48.png", "128": "icons\/fullscreen-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "ytif_style.css" ], "js": [ "ytif_content_script.js" ] } ], "action": { "default_name": "Fullscreen!", "default_icon": "icons\/fullscreen-48.png" }, "manifest_version": 3 } |