Cloud Seeder

A chrome extension that helps you find and consume free downloads on SoundCIoud.com

Cloud Seeder क्या है?

Cloud Seeder Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that helps you find and consume free downloads on SoundCIoud.com"।

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

screenshot

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

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

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

                        A chrome extension that helps you find and consume free downloads on SoundCIoud.com                    

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

नाम Cloud Seeder Cloud Seeder
ID ddfgphdopgmpioljhdjlodlbogkeedla
आधिकारिक URL https://chromewebstore.google.com/detail/cloud-seeder/ddfgphdopgmpioljhdjlodlbogkeedla
विवरण A chrome extension that helps you find and consume free downloads on SoundCIoud.com
फ़ाइल का आकार 115 KB
स्थापना संख्या 20
वर्तमान संस्करण 0.1
अंतिम अपडेट 2015-12-23
प्रकाशन तिथि 2015-12-23
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Seeder",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cloud Seeder: download stuff without trying too hard."
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js",
            "content.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}