Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Wat is Treehouse HD Feed?

Treehouse HD Feed is een Chrome-extensie ontwikkeld door https://www.j-26.com, en de belangrijkste functie is "Download Treehouse iTunes feed in HD.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Treehouse HD Feed

Download Treehouse HD Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Treehouse HD Feed Treehouse HD Feed
ID iahkcmpdncbbeadigobfcclngabbgmbh
Officiële URL https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh
Beschrijving Download Treehouse iTunes feed in HD.
Bestandsgrootte 20.17 KB
Aantal Installaties 59
Huidige Versie 1.1
Laatst Bijgewerkt 2017-07-22
Publicatiedatum 2017-07-22
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.j-26.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}