Tubo
This application will allow you to continue surfing the net while watching Youtube Videos
Was ist Tubo?
Tubo ist eine Chrome-Erweiterung, die von kamal.bennani.b entwickelt wurde, und ihr Hauptmerkmal ist "This application will allow you to continue surfing the net while watching Youtube Videos".
Erweiterungsscreenshots
Tubo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tubo-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
This Application allows you to view any Youtube's video within the current tab. Tubo is synchronise directly with your Google account. Enjoy, and let me know your impression.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bcohgdepkcjeepnpjdmgpdoilalpgkni |
Offizielle URL | https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni |
Beschreibung | This application will allow you to continue surfing the net while watching Youtube Videos |
Dateigröße | 429 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.5 |
Letztes Update | 2016-01-08 |
Veröffentlichungsdatum | 2016-01-08 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | kamal.bennani.b |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "manifest_version": 2, "name": "Tubo", "version": "1.5", "description": "This application will allow you to continue surfing the net while watching Youtube Videos", "icons": { "48": "tubo_48.png", "128": "tubo_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tubo", "default_icon": "tubo_48.png" }, "web_accessible_resources": [ "css\/*.css", "css\/**\/*.*", "js\/*.js", "js\/**\/*.js", "popup.html" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/fonts.googleapis.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "background", "tabs", "storage", "https:\/\/apis.google.com\/js\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |