StreamMania extension
StreamMania download plugin for Google Chrome
Co to jest StreamMania extension?
StreamMania extension to rozszerzenie Chrome opracowane przez https://streammania.com, a jego główną funkcją jest „StreamMania download plugin for Google Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StreamMania extension
Pobierz pliki rozszerzeń StreamMania extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | StreamMania extension |
ID | epidbhilfagblclcplbdhfcnhhbehgnd |
Oficjalny URL | https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd |
Opis | StreamMania download plugin for Google Chrome |
Rozmiar pliku | 123 KB |
Liczba instalacji | 722 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2014-07-05 |
Data Publikacji | 2014-07-05 |
Ocena | 3.92/5 Łącznie 12 Oceny |
Deweloper | https://streammania.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.streammania.com |
Adres URL Strony Pomocy | http://www.streammania.com |
Obsługiwane Języki | 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:\/\/*\/*" ] } |