Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Apa itu Youtube Fullframe?

Youtube Fullframe adalah ekstensi Chrome yang dikembangkan oleh tmhall67, dan fitur utamanya adalah "This extension puts Youtube videos in full-frame mode.".

Unduh Berkas CRX Ekstensi Youtube Fullframe

Unduh file ekstensi Youtube Fullframe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
URL Resmi https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
Deskripsi This extension puts Youtube videos in full-frame mode.
Ukuran File 3.9 KB
Jumlah Instalasi 63
Versi Saat Ini 0.7
Terakhir Diperbarui 2014-06-01
Tanggal Publikasi 2014-06-01
Penilaian 1.00/5 Total 1 Penilaian
Pengembang tmhall67
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}