Youtube Full Screen(unrestricted)

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

Vad är Youtube Full Screen(unrestricted)?

Youtube Full Screen(unrestricted) är en Chrome-tillägg utvecklad av pawanth, och dess huvudfunktion är "This extension lets you play youtube video in full browser window. Updated to fix new change".

Tilläggsskärmbilder

Ladda ner Youtube Full Screen(unrestricted)-förlängningens CRX-fil

Ladda ner Youtube Full Screen(unrestricted)-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

                        ***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.                    

Grundläggande Information om Tillägg

Namn Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
Beskrivning This extension lets you play youtube video in full browser window. Updated to fix new change
Filstorlek 11.62 KB
Antal Installationer 439
Aktuell Version 0.2
Senast Uppdaterad 2017-03-03
Publiceringsdatum 2017-03-03
Betyg 3.06/5 Totalt 17 Betyg
Utvecklare pawanth
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": "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\/"
    ]
}