StreamMania extension

StreamMania download plugin for Google Chrome

StreamMania extension là gì?

StreamMania extension là một tiện ích mở rộng Chrome được phát triển bởi https://streammania.com, và tính năng chính của nó là "StreamMania download plugin for Google Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StreamMania extension

Tải xuống các tệp mở rộng StreamMania extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StreamMania extension StreamMania extension
ID epidbhilfagblclcplbdhfcnhhbehgnd
URL Chính Thức https://chromewebstore.google.com/detail/streammania-extension/epidbhilfagblclcplbdhfcnhhbehgnd
Mô tả StreamMania download plugin for Google Chrome
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 722
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2014-07-05
Ngày Phát Hành 2014-07-05
Đánh Giá 3.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://streammania.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.streammania.com
URL Trang Trợ Giúp http://www.streammania.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}