expand-youtube

expand youtube videos to view from the subscriptions page

Apa itu expand-youtube?

expand-youtube adalah ekstensi Chrome yang dikembangkan oleh Christopher Kwai-Pun, dan fitur utamanya adalah "expand youtube videos to view from the subscriptions page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi expand-youtube

Unduh file ekstensi expand-youtube 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

                        Adds an expanding tab to the youtube subscriptions page with an embedded player.

Copyright Christopher Kwai-Pun 2016
Protected under the MIT License                    

Informasi Dasar Ekstensi

Nama expand-youtube expand-youtube
ID jfhbpaakifjaokhhfdmnjhkjgfjpkmki
URL Resmi https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki
Deskripsi expand youtube videos to view from the subscriptions page
Ukuran File 67.36 KB
Jumlah Instalasi 44
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2016-02-07
Tanggal Publikasi 2016-02-07
Penilaian 4.86/5 Total 7 Penilaian
Pengembang Christopher Kwai-Pun
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "expand-youtube",
    "description": "expand youtube videos to view from the subscriptions page",
    "version": "0.1.2",
    "author": "Christopher Kwai-Pun",
    "icons": {
        "24": "\/assets\/icons\/icon1x.png",
        "48": "\/assets\/icons\/icon2x.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions",
                "https:\/\/www.youtube.com\/"
            ],
            "css": [
                "\/libraries\/bootstrap.min.css",
                "expand.css"
            ],
            "js": [
                "\/libraries\/jquery.min.js",
                "\/libraries\/bootstrap.min.js",
                "expand.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}