Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
Qu'est-ce que Youtube Fullframe ?
Youtube Fullframe est une extension Chrome développée par tmhall67, et sa fonction principale est "This extension puts Youtube videos in full-frame mode.".
Télécharger le fichier CRX de l'extension Youtube Fullframe
Téléchargez les fichiers d'extension Youtube Fullframe 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
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
Informations de Base sur l'Extension
Nom | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
Description | This extension puts Youtube videos in full-frame mode. |
Taille du Fichier | 3.9 KB |
Nombre d'Installations | 63 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2014-06-01 |
Date de Publication | 2014-06-01 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | tmhall67 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |