Cloud Seeder

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

Cos'è Cloud Seeder?

Cloud Seeder è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A chrome extension that helps you find and consume free downloads on SoundCIoud.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cloud Seeder

Scarica i file di estensione Cloud Seeder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Cloud Seeder Cloud Seeder
ID ddfgphdopgmpioljhdjlodlbogkeedla
URL Ufficiale https://chromewebstore.google.com/detail/cloud-seeder/ddfgphdopgmpioljhdjlodlbogkeedla
Descrizione A chrome extension that helps you find and consume free downloads on SoundCIoud.com
Dimensione del File 115 KB
Conteggio Installazioni 20
Versione Corrente 0.1
Ultimo Aggiornamento 2015-12-23
Data di Pubblicazione 2015-12-23
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}