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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |