YouPop
Watch video from YouTube on a pop-up window. No ads!
Hvad er YouPop?
YouPop er en Chrome-udvidelse udviklet af Fabiano Couto, og dens hovedfunktion er "Watch video from YouTube on a pop-up window. No ads!".
Udvidelsesskærmbilleder
Download YouPop-udvidelses-CRX-fil
Download YouPop-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ecnjlogogbdogbiddlkhleeimcnkeing |
| Officiel URL | https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing |
| Beskrivelse | Watch video from YouTube on a pop-up window. No ads! |
| Filstørrelse | 199 KB |
| Antal Installationer | 556 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2015-01-28 |
| Udgivelsesdato | 2015-01-28 |
| Bedømmelse | 4.00/5 Samlet 8 Bedømmelser |
| Udvikler | Fabiano Couto |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | http://www.fabianocouto.com.br/blog/politica-de-privacidade |
| Understøttede Sprog | 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"
}
} | |