Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

Youtube Collector क्या है?

Youtube Collector Liviu Ungureanu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect all Youtube URLs from current page and create a playlist."।

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

crx प्रारूप में Youtube Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
विवरण Collect all Youtube URLs from current page and create a playlist.
फ़ाइल का आकार 6.46 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-08-07
प्रकाशन तिथि 2015-08-07
डेवलपर Liviu Ungureanu
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Collector",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect all Youtube URLs from current page and create a playlist.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        ""
    ]
}