StreamMania extension

StreamMania download plugin for Google Chrome

Wat is StreamMania extension?

StreamMania extension is een Chrome-extensie ontwikkeld door https://streammania.com, en de belangrijkste functie is "StreamMania download plugin for Google Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StreamMania extension

Download StreamMania extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam StreamMania extension StreamMania extension
ID epidbhilfagblclcplbdhfcnhhbehgnd
Officiële URL https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd
Beschrijving StreamMania download plugin for Google Chrome
Bestandsgrootte 123 KB
Aantal Installaties 722
Huidige Versie 1.3.1
Laatst Bijgewerkt 2014-07-05
Publicatiedatum 2014-07-05
Beoordeling 3.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://streammania.com
Betalingswijze free
Extensiewebsite http://www.streammania.com
Help Pagina-URL http://www.streammania.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}