Treehouse HD Feed
Download Treehouse iTunes feed in HD.
什麼是Treehouse HD Feed?
Treehouse HD Feed是由https://www.j-26.com開發的Chrome擴展程式,該擴展的主要功能是“Download Treehouse iTunes feed in HD.”。
擴展截圖
下載Treehouse HD Feed擴展crx文件
下載Treehouse HD Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Treehouse HD Feed |
ID | iahkcmpdncbbeadigobfcclngabbgmbh |
官方網址 | https://chromewebstore.google.com/detail/treehouse-hd-feed/iahkcmpdncbbeadigobfcclngabbgmbh |
簡介 | Download Treehouse iTunes feed in HD. |
檔案大小 | 20.17 KB |
安裝次數 | 59 |
目前版本 | 1.1 |
更新時間 | 2017-07-22 |
上架時間 | 2017-07-22 |
評分 | 4.71/5 共 7 次評分 |
開發者 | https://www.j-26.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |