Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
Hvad er Youtube Fullframe?
Youtube Fullframe er en Chrome-udvidelse udviklet af tmhall67, og dens hovedfunktion er "This extension puts Youtube videos in full-frame mode.".
Download Youtube Fullframe-udvidelses-CRX-fil
Download Youtube Fullframe-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
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
Beskrivelse | This extension puts Youtube videos in full-frame mode. |
Filstørrelse | 3.9 KB |
Antal Installationer | 63 |
Nuværende Version | 0.7 |
Senest Opdateret | 2014-06-01 |
Udgivelsesdato | 2014-06-01 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | tmhall67 |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |