Tubo
This application will allow you to continue surfing the net while watching Youtube Videos
Apa itu Tubo?
Tubo adalah ekstensi Chrome yang dikembangkan oleh kamal.bennani.b, dan fitur utamanya adalah "This application will allow you to continue surfing the net while watching Youtube Videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tubo
Unduh file ekstensi Tubo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bcohgdepkcjeepnpjdmgpdoilalpgkni |
URL Resmi | https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni |
Deskripsi | This application will allow you to continue surfing the net while watching Youtube Videos |
Ukuran File | 429 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2016-01-08 |
Tanggal Publikasi | 2016-01-08 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | kamal.bennani.b |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |