YouPop
Watch video from YouTube on a pop-up window. No ads!
Was ist YouPop?
YouPop ist eine Chrome-Erweiterung, die von Fabiano Couto entwickelt wurde, und ihr Hauptmerkmal ist "Watch video from YouTube on a pop-up window. No ads!".
Erweiterungsscreenshots
YouPop-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouPop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ecnjlogogbdogbiddlkhleeimcnkeing |
| Offizielle URL | https://chromewebstore.google.com/detail/youpop/ecnjlogogbdogbiddlkhleeimcnkeing |
| Beschreibung | Watch video from YouTube on a pop-up window. No ads! |
| Dateigröße | 199 KB |
| Installationsanzahl | 556 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2015-01-28 |
| Veröffentlichungsdatum | 2015-01-28 |
| Bewertung | 4.00/5 Insgesamt 8 Bewertungen |
| Entwickler | Fabiano Couto |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://www.fabianocouto.com.br/blog/politica-de-privacidade |
| Unterstützte Sprachen | 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"
}
} | |