Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Vad är Youtube Fullframe?

Youtube Fullframe är en Chrome-tillägg utvecklad av tmhall67, och dess huvudfunktion är "This extension puts Youtube videos in full-frame mode.".

Ladda ner Youtube Fullframe-förlängningens CRX-fil

Ladda ner Youtube Fullframe-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

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
Beskrivning This extension puts Youtube videos in full-frame mode.
Filstorlek 3.9 KB
Antal Installationer 63
Aktuell Version 0.7
Senast Uppdaterad 2014-06-01
Publiceringsdatum 2014-06-01
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare tmhall67
Betalningssätt free
Stödda Språk 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"
    }
}