YouTube PopOut

Pop out a youtube video into panel window from a YouTube video page

Apa itu YouTube PopOut?

YouTube PopOut adalah ekstensi Chrome yang dikembangkan oleh JIVE DESIGN, dan fitur utamanya adalah "Pop out a youtube video into panel window from a YouTube video page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube PopOut

Unduh file ekstensi YouTube PopOut 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

                        Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows. 

YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen. 

** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome.                    

Informasi Dasar Ekstensi

Nama YouTube PopOut YouTube PopOut
ID ebkmdjfacnopogghbimpabhbfelkkhah
URL Resmi https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah
Deskripsi Pop out a youtube video into panel window from a YouTube video page
Ukuran File 49.92 KB
Jumlah Instalasi 1,218
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2014-12-24
Tanggal Publikasi 2014-12-24
Penilaian 2.00/5 Total 9 Penilaian
Pengembang JIVE DESIGN
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube PopOut",
    "manifest_version": 2,
    "description": "Pop out a youtube video into panel window from a YouTube video page",
    "version": "0.0.0.4",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    }
}