StreamMania extension

StreamMania download plugin for Google Chrome

What is StreamMania extension?

StreamMania extension is a Chrome extension developed by https://streammania.com, and its main feature is "StreamMania download plugin for Google Chrome".

Extension Screenshots

screenshot

Download StreamMania extension Extension CRX File

Download StreamMania extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name StreamMania extension StreamMania extension
ID epidbhilfagblclcplbdhfcnhhbehgnd
Official URL https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd
Description StreamMania download plugin for Google Chrome
File Size 123 KB
Installation Count 722
Current Version 1.3.1
Last Updated 2014-07-05
Publish Date 2014-07-05
Rating 3.92/5 Total 12 Ratings
Developer https://streammania.com
Payment Type free
Extension Website http://www.streammania.com
Help Page URL http://www.streammania.com
Supported Languages 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:\/\/*\/*"
    ]
}