YouPop

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

什么是YouPop?

YouPop是由Fabiano Couto开发的Chrome扩展程序,该扩展的主要功能是“Watch video from YouTube on a pop-up window. No ads!”。

扩展截图

screenshot
screenshot

下载YouPop扩展crx文件

下载YouPop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 YouPop YouPop
ID ecnjlogogbdogbiddlkhleeimcnkeing
官方URL https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing
简介 Watch video from YouTube on a pop-up window. No ads!
文件大小 199 KB
安装次数 556
当前版本 1.0.0
更新时间 2015-01-28
上架时间 2015-01-28
评分 4.00/5 共8次评分
开发者 Fabiano Couto
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.fabianocouto.com.br/blog/politica-de-privacidade
支持的语言 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"
    }
}