Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Qu'est-ce que Full Screen for YouTube ?
Full Screen for YouTube est une extension Chrome développée par Kees C. Bakker, et sa fonction principale est "Opens the YouTube link over the entire page using the YouTube embed url.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Full Screen for YouTube
Téléchargez les fichiers d'extension Full Screen for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
URL Officiel | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
Description | Opens the YouTube link over the entire page using the YouTube embed url. |
Taille du Fichier | 20.71 KB |
Nombre d'Installations | 415 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2019-08-25 |
Date de Publication | 2019-08-25 |
Évaluation | 4.54/5 Total 13 Évaluations |
Développeur | Kees C. Bakker |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |