Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Apa itu Treehouse HD Feed?

Treehouse HD Feed adalah ekstensi Chrome yang dikembangkan oleh https://www.j-26.com, dan fitur utamanya adalah "Download Treehouse iTunes feed in HD.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Treehouse HD Feed

Unduh file ekstensi Treehouse HD Feed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Treehouse HD Feed Treehouse HD Feed
ID iahkcmpdncbbeadigobfcclngabbgmbh
URL Resmi https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh
Deskripsi Download Treehouse iTunes feed in HD.
Ukuran File 20.17 KB
Jumlah Instalasi 59
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-07-22
Tanggal Publikasi 2017-07-22
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://www.j-26.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}