Tubo
This application will allow you to continue surfing the net while watching Youtube Videos
Tuboとは何ですか?
Tuboはkamal.bennani.bによって開発されたChromeの拡張機能で、その主な機能は「This application will allow you to continue surfing the net while watching Youtube Videos」です。
拡張機能のスクリーンショット
Tubo拡張機能のCRXファイルをダウンロード
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:\/\/*\/*" ] } |