StreamMania extension
StreamMania download plugin for Google Chrome
StreamMania extensionคืออะไร?
StreamMania extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://streammania.com และคุณลักษณะหลักของมันคือ "StreamMania download plugin for Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StreamMania extension
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |