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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Treehouse HD Feed
قم بتنزيل ملفات الامتداد Treehouse HD Feed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" ] } ] } |