StreamMania extension
StreamMania download plugin for Google Chrome
Was ist StreamMania extension?
StreamMania extension ist eine Chrome-Erweiterung, die von https://streammania.com entwickelt wurde, und ihr Hauptmerkmal ist "StreamMania download plugin for Google Chrome".
Erweiterungsscreenshots
StreamMania extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie StreamMania extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | StreamMania extension |
ID | epidbhilfagblclcplbdhfcnhhbehgnd |
Offizielle URL | https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd |
Beschreibung | StreamMania download plugin for Google Chrome |
Dateigröße | 123 KB |
Installationsanzahl | 722 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2014-07-05 |
Veröffentlichungsdatum | 2014-07-05 |
Bewertung | 3.92/5 Insgesamt 12 Bewertungen |
Entwickler | https://streammania.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.streammania.com |
Hilfeseite URL | http://www.streammania.com |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |