Treehouse HD Feed
Download Treehouse iTunes feed in HD.
Was ist Treehouse HD Feed?
Treehouse HD Feed ist eine Chrome-Erweiterung, die von https://www.j-26.com entwickelt wurde, und ihr Hauptmerkmal ist "Download Treehouse iTunes feed in HD.".
Erweiterungsscreenshots
Treehouse HD Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Treehouse HD Feed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Treehouse HD Feed |
ID | iahkcmpdncbbeadigobfcclngabbgmbh |
Offizielle URL | https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh |
Beschreibung | Download Treehouse iTunes feed in HD. |
Dateigröße | 20.17 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-07-22 |
Veröffentlichungsdatum | 2017-07-22 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | https://www.j-26.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |