YouPop

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

Wat is YouPop?

YouPop is een Chrome-extensie ontwikkeld door Fabiano Couto, en de belangrijkste functie is "Watch video from YouTube on a pop-up window. No ads!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouPop

Download YouPop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam YouPop YouPop
ID ecnjlogogbdogbiddlkhleeimcnkeing
Officiële URL https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing
Beschrijving Watch video from YouTube on a pop-up window. No ads!
Bestandsgrootte 199 KB
Aantal Installaties 556
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-01-28
Publicatiedatum 2015-01-28
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Fabiano Couto
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.fabianocouto.com.br/blog/politica-de-privacidade
Ondersteunde Talen 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"
    }
}