Treehouse HD Feed

Download Treehouse iTunes feed in HD.

Treehouse HD Feed क्या है?

Treehouse HD Feed https://www.j-26.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Treehouse iTunes feed in HD."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Treehouse HD Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}