Tubo
This application will allow you to continue surfing the net while watching Youtube Videos
Что такое Tubo?
Tubo - это расширение Chrome, разработанное kamal.bennani.b, и его основная функция - "This application will allow you to continue surfing the net while watching Youtube Videos".
Снимки экрана расширения
Скачать файл CRX расширения Tubo
Скачайте файлы расширений Tubo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | bcohgdepkcjeepnpjdmgpdoilalpgkni |
Официальный URL | https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni |
Описание | This application will allow you to continue surfing the net while watching Youtube Videos |
Размер файла | 429 KB |
Количество установок | 10 |
Текущая Версия | 1.5 |
Последнее Обновление | 2016-01-08 |
Дата публикации | 2016-01-08 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | kamal.bennani.b |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } |