Treehouse HD Feed
Download Treehouse iTunes feed in HD.
What is Treehouse HD Feed?
Treehouse HD Feed is a Chrome extension developed by https://www.j-26.com, and its main feature is "Download Treehouse iTunes feed in HD.".
Extension Screenshots
Download Treehouse HD Feed Extension CRX File
Download Treehouse HD Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | iahkcmpdncbbeadigobfcclngabbgmbh |
Official URL | https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh |
Description | Download Treehouse iTunes feed in HD. |
File Size | 20.17 KB |
Installation Count | 59 |
Current Version | 1.1 |
Last Updated | 2017-07-22 |
Publish Date | 2017-07-22 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://www.j-26.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |