Get Video Links

Extracts all video links from the page

Get Video Links là gì?

Get Video Links là một tiện ích mở rộng Chrome được phát triển bởi sag, và tính năng chính của nó là "Extracts all video links from the page".

Ả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 Get Video Links

Tải xuống các tệp mở rộng Get Video Links 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

                        This extension looks through the page and tries to find all the videos. If it succeeds then it shows a popup with all source links for the videos found. You can then open those videos in new tab and watch the video in a built-in player, with no ads or distraction. 

If you are using this extension on a mobile browser, you can then share the direct link to any player that can handle web streams or even to your TV via DLNA!                    

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

Tên Get Video Links Get Video Links
ID cleiebhajbhkgnlalgigfgmlheilimip
URL Chính Thức https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip
Mô tả Extracts all video links from the page
Kích Thước Tệp 41.16 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-05
Ngày Phát Hành 2017-01-05
Đánh Giá 2.88/5 Tổng số 17 Đánh Giá
Nhà Phát Triển sag
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Video Links",
    "description": "Extracts all video links from the page",
    "version": "1.0",
    "browser_action": {
        "default_title": "Get Video Links!",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    }
}