YouPop

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

Qu'est-ce que YouPop ?

YouPop est une extension Chrome développée par Fabiano Couto, et sa fonction principale est "Watch video from YouTube on a pop-up window. No ads!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouPop

Téléchargez les fichiers d'extension YouPop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom YouPop YouPop
ID ecnjlogogbdogbiddlkhleeimcnkeing
URL Officiel https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing
Description Watch video from YouTube on a pop-up window. No ads!
Taille du Fichier 199 KB
Nombre d'Installations 556
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-01-28
Date de Publication 2015-01-28
Évaluation 4.00/5 Total 8 Évaluations
Développeur Fabiano Couto
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.fabianocouto.com.br/blog/politica-de-privacidade
Langues Prises en Charge 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"
    }
}