TubeFresher

Auto search on youtube

TubeFresherとは何ですか?

TubeFresherはhttp://www.andrefilipin.com.brによって開発されたChromeの拡張機能で、その主な機能は「Auto search on youtube」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        When adding searches you will be automatically notified when a new video is inserted with the same terms.                    

拡張機能の基本情報

名前 TubeFresher TubeFresher
ID cmigbfihklipdhoaoanebgljooohbkbm
公式URL https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm
説明 Auto search on youtube
ファイルサイズ 227 KB
インストール数 11
現在のバージョン 1.1
最終更新日 2014-04-30
公開日 2014-04-30
評価 5.00/5 合計 1 レビュー
開発者 http://www.andrefilipin.com.br
支払い方法 free
対応言語 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.1",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery-1.11.0.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/www.andrefilipin.com.br\/*"
    ],
    "browser_action": {
        "default_title": "TubeFresher",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons48.png"
        }
    },
    "icons": {
        "16": "icons16.png",
        "48": "icons48.png",
        "128": "icons128.png"
    }
}