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
官方網址 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"
    }
}