TubeG
Open YouTube player in new window with TubeG (Pro) app
Cos'è TubeG?
TubeG è un'estensione di Chrome sviluppata da https://elitebits.com, e la sua funzione principale è "Open YouTube player in new window with TubeG (Pro) app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TubeG
Scarica i file di estensione TubeG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Works only with TubeG (Pro) app - available only for Mac When you find YouTube video, just click on toolbar icon and enjoy browser-free watching! Download FREE demo: http://elitebits.com/tubeg_pro/ http://elitebits.com/tubeg/ Do you want to watch your favorite videos from YouTube in a separate window and adjust its size? Yes, we want it too and now it's available. Browser window is too big, when you want to do something else you have to change size, hide toolbars etc. Now you can easily open new video link. TubeG (Pro) is a completely NATIVE YouTube app for Mac.
Informazioni di Base sull'Estensione
Nome | TubeG |
ID | jagnfcnojgfkogbkhbmndjjaineomknf |
URL Ufficiale | https://chromewebstore.google.com/detail/tubeg/jagnfcnojgfkogbkhbmndjjaineomknf |
Descrizione | Open YouTube player in new window with TubeG (Pro) app |
Dimensione del File | 42.67 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2016-04-02 |
Data di Pubblicazione | 2016-04-01 |
Valutazione | 2.75/5 Totale 4 Valutazioni |
Sviluppatore | https://elitebits.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://elitebits.com/tubeg_pro/ |
URL della Pagina di Aiuto | http://elitebits.com/tubeg_pro/?id=support |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TubeG", "version": "1.4", "manifest_version": 2, "description": "Open YouTube player in new window with TubeG (Pro) app", "homepage_url": "http:\/\/elitebits.com\/tubeg", "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "browser_action": { "default_icon": { "19": "icons\/toolbar_icon_19.png", "38": "icons\/toolbar_icon_38.png" }, "default_title": "Open in TubeG (Pro)" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*" ], "background": { "scripts": [ "listener.js" ], "persistent": false } } |