Treehouse HD Feed
Download Treehouse iTunes feed in HD.
Cos'è Treehouse HD Feed?
Treehouse HD Feed è un'estensione di Chrome sviluppata da https://www.j-26.com, e la sua funzione principale è "Download Treehouse iTunes feed in HD.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Treehouse HD Feed
Scarica i file di estensione Treehouse HD Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Treehouse HD Feed |
ID | iahkcmpdncbbeadigobfcclngabbgmbh |
URL Ufficiale | https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh |
Descrizione | Download Treehouse iTunes feed in HD. |
Dimensione del File | 20.17 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-07-22 |
Data di Pubblicazione | 2017-07-22 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | https://www.j-26.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |