Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Wat is Full Screen for YouTube?
Full Screen for YouTube is een Chrome-extensie ontwikkeld door Kees C. Bakker, en de belangrijkste functie is "Opens the YouTube link over the entire page using the YouTube embed url.".
Extensie Screenshots
Download het CRX-bestand van de extensie Full Screen for YouTube
Download Full Screen for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
Officiële URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Beschrijving | Opens the YouTube link over the entire page using the YouTube embed url. |
Bestandsgrootte | 20.71 KB |
Aantal Installaties | 415 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2019-08-25 |
Publicatiedatum | 2019-08-25 |
Beoordeling | 4.54/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Kees C. Bakker |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |