Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Hvad er Treehouse HD Feed?

Treehouse HD Feed er en Chrome-udvidelse udviklet af https://www.j-26.com, og dens hovedfunktion er "Download Treehouse iTunes feed in HD.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Treehouse HD Feed-udvidelses-CRX-fil

Download Treehouse HD Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Treehouse HD Feed Treehouse HD Feed
ID iahkcmpdncbbeadigobfcclngabbgmbh
Officiel URL https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh
Beskrivelse Download Treehouse iTunes feed in HD.
Filstørrelse 20.17 KB
Antal Installationer 59
Nuværende Version 1.1
Senest Opdateret 2017-07-22
Udgivelsesdato 2017-07-22
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler https://www.j-26.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}