Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Treehouse HD Feedとは何ですか?

Treehouse HD Feedはhttps://www.j-26.comによって開発されたChromeの拡張機能で、その主な機能は「Download Treehouse iTunes feed in HD.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This awesome extension makes it possible to download a Treehouse iTunes feed in HD. Just add the extension to your browser and let the extension do the rest! You must have at least a pro Treehouse subscription to download iTunes video feeds.

Signup/upgrade: http://bit.ly/TreehouseSignup                    

拡張機能の基本情報

名前 Treehouse HD Feed Treehouse HD Feed
ID iahkcmpdncbbeadigobfcclngabbgmbh
公式URL https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh
説明 Download Treehouse iTunes feed in HD.
ファイルサイズ 20.17 KB
インストール数 59
現在のバージョン 1.1
最終更新日 2017-07-22
公開日 2017-07-22
評価 4.71/5 合計 7 レビュー
開発者 https://www.j-26.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Treehouse HD Feed",
    "short_name": "Treehouse HD",
    "version": "1.1",
    "description": "Download Treehouse iTunes feed in HD.",
    "author": "J-26",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "72": "icons\/icon-72.png"
        }
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teamtreehouse.com\/*"
            ],
            "js": [
                "scripts\/background.js"
            ]
        }
    ]
}