Treehouse HD Feed
Download Treehouse iTunes feed in HD.
Vad är Treehouse HD Feed?
Treehouse HD Feed är en Chrome-tillägg utvecklad av https://www.j-26.com, och dess huvudfunktion är "Download Treehouse iTunes feed in HD.".
Tilläggsskärmbilder
Ladda ner Treehouse HD Feed-förlängningens CRX-fil
Ladda ner Treehouse HD Feed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iahkcmpdncbbeadigobfcclngabbgmbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh |
| Beskrivning | Download Treehouse iTunes feed in HD. |
| Filstorlek | 20.17 KB |
| Antal Installationer | 59 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2017-07-22 |
| Publiceringsdatum | 2017-07-22 |
| Betyg | 4.71/5 Totalt 7 Betyg |
| Utvecklare | https://www.j-26.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |