FullTube

Enlarge YouTube videos to fill the whole tab.

Apa itu FullTube?

FullTube adalah ekstensi Chrome yang dikembangkan oleh ijanos, dan fitur utamanya adalah "Enlarge YouTube videos to fill the whole tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FullTube

Unduh file ekstensi FullTube 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

                        Fill the whole tab with a YouTube video without making it fullscreen.                    

Informasi Dasar Ekstensi

Nama FullTube FullTube
ID nmabgnejfbfgjdifjflceagbglmllefe
URL Resmi https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe
Deskripsi Enlarge YouTube videos to fill the whole tab.
Ukuran File 4.65 KB
Jumlah Instalasi 28
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-05-01
Tanggal Publikasi 2016-05-01
Penilaian 3.00/5 Total 2 Penilaian
Pengembang ijanos
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ijanos/fulltube
URL Halaman Bantuan https://github.com/ijanos/fulltube/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullTube",
    "version": "1.0",
    "description": "Enlarge YouTube videos to fill the whole tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Enlarge video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}