Cloud Seeder

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

Cloud Seederとは何ですか?

Cloud SeederはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that helps you find and consume free downloads on SoundCIoud.com」です。

拡張機能のスクリーンショット

screenshot

Cloud Seeder拡張機能のCRXファイルをダウンロード

Cloud Seeder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}