StreamMania extension

StreamMania download plugin for Google Chrome

StreamMania extensionとは何ですか?

StreamMania extensionはhttps://streammania.comによって開発されたChromeの拡張機能で、その主な機能は「StreamMania download plugin for Google Chrome」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extension will let you download from all supported filehosters easily. Just select the links and you can start download right away or copy selected links for download in your favourite download manager (IDM, FDM and similar)                    

拡張機能の基本情報

名前 StreamMania extension StreamMania extension
ID epidbhilfagblclcplbdhfcnhhbehgnd
公式URL https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd
説明 StreamMania download plugin for Google Chrome
ファイルサイズ 123 KB
インストール数 722
現在のバージョン 1.3.1
最終更新日 2014-07-05
公開日 2014-07-05
評価 3.92/5 合計 12 レビュー
開発者 https://streammania.com
支払い方法 free
拡張機能のウェブサイト http://www.streammania.com
ヘルプページのURL http://www.streammania.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StreamMania extension",
    "version": "1.3.1",
    "icons": {
        "16": "img\/Icon16x16.png",
        "48": "img\/Icon48x48.png",
        "128": "img\/Icon128x128.png"
    },
    "description": "StreamMania download plugin for Google Chrome",
    "options_page": "options\/options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-1.4.2.min.js",
                "libs\/jquery-ui.js",
                "libs\/dialog-layout\/dialog-layout.js",
                "js\/selectionHandler.js"
            ],
            "css": [
                "css\/toolbar.css",
                "libs\/dialog-layout\/dialog-layout-base.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*",
        "direct.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}