YouPop
Watch video from YouTube on a pop-up window. No ads!
Vad är YouPop?
YouPop är en Chrome-tillägg utvecklad av Fabiano Couto, och dess huvudfunktion är "Watch video from YouTube on a pop-up window. No ads!".
Tilläggsskärmbilder
Ladda ner YouPop-förlängningens CRX-fil
Ladda ner YouPop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | YouPop |
ID | ecnjlogogbdogbiddlkhleeimcnkeing |
Officiell webbadress | https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing |
Beskrivning | Watch video from YouTube on a pop-up window. No ads! |
Filstorlek | 199 KB |
Antal Installationer | 556 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-01-28 |
Publiceringsdatum | 2015-01-28 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | Fabiano Couto |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.fabianocouto.com.br/blog/politica-de-privacidade |
Stödda Språk | 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" } } |