Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Treehouse HD Feedคืออะไร?

Treehouse HD Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.j-26.com และคุณลักษณะหลักของมันคือ "Download Treehouse iTunes feed in HD."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Treehouse HD Feed

ดาวน์โหลดไฟล์ส่วนขยาย 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 Treehouse HD Feed
ID iahkcmpdncbbeadigobfcclngabbgmbh
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}