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!”。
擴展截圖
下載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 |
ID | ecnjlogogbdogbiddlkhleeimcnkeing |
官方網址 | 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" } } |