Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

Qu'est-ce que Youtube Full Screen(unrestricted) ?

Youtube Full Screen(unrestricted) est une extension Chrome développée par pawanth, et sa fonction principale est "This extension lets you play youtube video in full browser window. Updated to fix new change".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Youtube Full Screen(unrestricted)

Téléchargez les fichiers d'extension Youtube Full Screen(unrestricted) 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

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

Informations de Base sur l'Extension

Nom Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
URL Officiel https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
Description This extension lets you play youtube video in full browser window. Updated to fix new change
Taille du Fichier 11.62 KB
Nombre d'Installations 439
Version Actuelle 0.2
Dernière Mise à Jour 2017-03-03
Date de Publication 2017-03-03
Évaluation 3.06/5 Total 17 Évaluations
Développeur pawanth
Email [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": "Youtube Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}