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 |
官方URL | 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:\/\/*\/*" ] } |