Youtube Full Screen(unrestricted)
This extension lets you play youtube video in full browser window. Updated to fix new change
Co je Youtube Full Screen(unrestricted)?
Youtube Full Screen(unrestricted) je rozšíření Chrome vyvinuté pawanth, a jeho hlavní funkcí je „This extension lets you play youtube video in full browser window. Updated to fix new change“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Full Screen(unrestricted)
Stáhněte si soubory rozšíření Youtube Full Screen(unrestricted) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
***NEW*** Updated to fix new change in youtube, causing file download ********* Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window. It gives users full screen view with advantage of switching between tabs or another applications. With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.
Základní Informace o Rozšíření
Název | |
ID | ahhpplghjcmkafbdckegaaolclopkbad |
Oficiální URL | https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad |
Popis | This extension lets you play youtube video in full browser window. Updated to fix new change |
Velikost souboru | 11.62 KB |
Počet instalací | 439 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2017-03-03 |
Datum Vydání | 2017-03-03 |
Hodnocení | 3.06/5 Celkem 17 Hodnocení |
Vývojář | pawanth |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Full Screen(unrestricted)", "description": "This extension lets you play youtube video in full browser window. Updated to fix new change", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Youtube full screen" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |