YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
Hvad er YouTube Video Expander?
YouTube Video Expander er en Chrome-udvidelse udviklet af wilmol, og dens hovedfunktion er "Embeds the current YouTube video within the entire Chrome window.".
Udvidelsesskærmbilleder
Download YouTube Video Expander-udvidelses-CRX-fil
Download YouTube Video Expander-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fills the browser with the current YouTube video on click of the extension icon. This is different to the full-screen option which fills the entire monitor. This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc. See the before and after screenshots for an example.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Officiel URL | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Beskrivelse | Embeds the current YouTube video within the entire Chrome window. |
Filstørrelse | 5.06 KB |
Antal Installationer | 396 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2017-04-20 |
Udgivelsesdato | 2017-04-19 |
Bedømmelse | 3.25/5 Samlet 4 Bedømmelser |
Udvikler | wilmol |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/wilmol |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Expander", "version": "0.0.0.4", "manifest_version": 2, "description": "Embeds the current YouTube video within the entire Chrome window.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |