Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Wat is Youtube Fullframe?

Youtube Fullframe is een Chrome-extensie ontwikkeld door tmhall67, en de belangrijkste functie is "This extension puts Youtube videos in full-frame mode.".

Download het CRX-bestand van de extensie Youtube Fullframe

Download Youtube Fullframe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
Officiële URL https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
Beschrijving This extension puts Youtube videos in full-frame mode.
Bestandsgrootte 3.9 KB
Aantal Installaties 63
Huidige Versie 0.7
Laatst Bijgewerkt 2014-06-01
Publicatiedatum 2014-06-01
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tmhall67
Betalingswijze free
Ondersteunde Talen 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"
    }
}