StreamMania extension
StreamMania download plugin for Google Chrome
什麼是StreamMania extension?
StreamMania extension是由https://streammania.com開發的Chrome擴展程式,該擴展的主要功能是“StreamMania download plugin for Google Chrome”。
擴展截圖
下載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 |
ID | epidbhilfagblclcplbdhfcnhhbehgnd |
官方網址 | 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:\/\/*\/*" ] } |