Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Co je Full Screen for YouTube?
Full Screen for YouTube je rozšíření Chrome vyvinuté Kees C. Bakker, a jeho hlavní funkcí je „Opens the YouTube link over the entire page using the YouTube embed url.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Full Screen for YouTube
Stáhněte si soubory rozšíření Full Screen for YouTube 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í
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
Základní Informace o Rozšíření
Název | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
Oficiální URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Popis | Opens the YouTube link over the entire page using the YouTube embed url. |
Velikost souboru | 20.71 KB |
Počet instalací | 415 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2019-08-25 |
Datum Vydání | 2019-08-25 |
Hodnocení | 4.54/5 Celkem 13 Hodnocení |
Vývojář | Kees C. Bakker |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |