YouPop
Watch video from YouTube on a pop-up window. No ads!
What is YouPop?
YouPop is a Chrome extension developed by Fabiano Couto, and its main feature is "Watch video from YouTube on a pop-up window. No ads!".
Extension Screenshots
Download YouPop Extension CRX File
Download YouPop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | YouPop |
ID | ecnjlogogbdogbiddlkhleeimcnkeing |
Official URL | https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing |
Description | Watch video from YouTube on a pop-up window. No ads! |
File Size | 199 KB |
Installation Count | 556 |
Current Version | 1.0.0 |
Last Updated | 2015-01-28 |
Publish Date | 2015-01-28 |
Rating | 4.00/5 Total 8 Ratings |
Developer | Fabiano Couto |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.fabianocouto.com.br/blog/politica-de-privacidade |
Supported Languages | 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" } } |