Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Vad är Full Screen for YouTube?
Full Screen for YouTube är en Chrome-tillägg utvecklad av Kees C. Bakker, och dess huvudfunktion är "Opens the YouTube link over the entire page using the YouTube embed url.".
Tilläggsskärmbilder
Ladda ner Full Screen for YouTube-förlängningens CRX-fil
Ladda ner Full Screen for YouTube-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
Officiell webbadress | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Beskrivning | Opens the YouTube link over the entire page using the YouTube embed url. |
Filstorlek | 20.71 KB |
Antal Installationer | 415 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2019-08-25 |
Publiceringsdatum | 2019-08-25 |
Betyg | 4.54/5 Totalt 13 Betyg |
Utvecklare | Kees C. Bakker |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |