WebPage video finder

Search for video elements on web page, and lets you play them in external player.

WebPage video finder là gì?

WebPage video finder là một tiện ích mở rộng Chrome được phát triển bởi QTeam, và tính năng chính của nó là "Search for video elements on web page, and lets you play them in external player.".

Ả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 WebPage video finder

Tải xuống các tệp mở rộng WebPage video finder 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

                        Search for video elements on web page, and lets you play them in external player.

Please install the player app in order to use this extension:
https://chrome.google.com/webstore/detail/chrome-video-player/nlfohceaegoefgjilnbmiahoodgnjdfe

IMPORTANT:"Read and change all your data on the websites you visit" permission is required to find video on page and inject "Open in player" button.

Note: Sometimes is required to reload the page (F5).
-1.4.3 Fix wrong "play button" appearance
-1.4.2 Improves perfomance                    

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

Tên WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
URL Chính Thức https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Mô tả Search for video elements on web page, and lets you play them in external player.
Kích Thước Tệp 27.63 KB
Số Lần Cài Đặt 908
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2016-02-04
Ngày Phát Hành 2016-02-04
Đánh Giá 2.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển QTeam
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebPage video finder",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Search for video elements on web page, and lets you play them in external player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}