TubeFinder

Find youtube videos and play them directly.

TubeFinderとは何ですか?

TubeFinderはmasiarによって開発されたChromeの拡張機能で、その主な機能は「Find youtube videos and play them directly.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TubeFinder拡張機能のCRXファイルをダウンロード

TubeFinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app lets you search for YouTube videos without the need of opening a new tab and navigating to the YouTube website. It displays the first 5 results of the YouTube search and by clicking on one of them a new tab is opened and the video played. Avid YouTube users will find this app useful as they will not need to open a new tab and search on YouTube for videos they want to see or songs they want to listen.                    

拡張機能の基本情報

名前 TubeFinder TubeFinder
ID aaifglbficdemcmeoloongneifnnglck
公式URL https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck
説明 Find youtube videos and play them directly.
ファイルサイズ 120 KB
インストール数 234
現在のバージョン 0.1
最終更新日 2014-11-20
公開日 2014-11-20
評価 2.33/5 合計 6 レビュー
開発者 masiar
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TubeFinder",
    "description": "Find youtube videos and play them directly.",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}