YouPop

Watch video from YouTube on a pop-up window. No ads!

Apa itu YouPop?

YouPop adalah ekstensi Chrome yang dikembangkan oleh Fabiano Couto, dan fitur utamanya adalah "Watch video from YouTube on a pop-up window. No ads!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouPop

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

                        If you try to resize youtube window to one smallest size, to make a small view on the side of another window, you will not get. This is a simple solution to do this.

When an youtube video is opened on a pop-up window, you will be able to resize window to any size you want.

You will be able to do this with a click on the button or on the context menu option.

Very simple! No ads!                    

Informasi Dasar Ekstensi

Nama YouPop YouPop
ID ecnjlogogbdogbiddlkhleeimcnkeing
URL Resmi https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing
Deskripsi Watch video from YouTube on a pop-up window. No ads!
Ukuran File 199 KB
Jumlah Instalasi 556
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-01-28
Tanggal Publikasi 2015-01-28
Penilaian 4.00/5 Total 8 Penilaian
Pengembang Fabiano Couto
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.fabianocouto.com.br/blog/politica-de-privacidade
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouPop",
    "description": "Watch video from YouTube on a pop-up window. No ads!",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "jscript.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Watch video on pop-up"
    },
    "icons": {
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}