YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
Vad är YouTube Video Expander?
YouTube Video Expander är en Chrome-tillägg utvecklad av wilmol, och dess huvudfunktion är "Embeds the current YouTube video within the entire Chrome window.".
Tilläggsskärmbilder
Ladda ner YouTube Video Expander-förlängningens CRX-fil
Ladda ner YouTube Video Expander-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
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äggande Information om Tillägg
Namn | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Beskrivning | Embeds the current YouTube video within the entire Chrome window. |
Filstorlek | 5.06 KB |
Antal Installationer | 396 |
Aktuell Version | 0.0.0.4 |
Senast Uppdaterad | 2017-04-20 |
Publiceringsdatum | 2017-04-19 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | wilmol |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://github.com/wilmol |
Stödda Språk | 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" ] } |