Video Downloader Pro

Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.

Video Downloader Pro là gì?

Video Downloader Pro là một tiện ích mở rộng Chrome được phát triển bởi https://chromeapps.site, và tính năng chính của nó là "Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.".

Ả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 Video Downloader Pro

Tải xuống các tệp mở rộng Video Downloader Pro 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 is Video Downloader Professional that will help you search and you can watch or do what ever you wish to do with video from online video streaming sites.

You will get this feature only with this extension. Whenever you wish to search  videos.  Type the name of topic of the video you wish to search. Then you will get age safe results from top 10 video streaming sites.


Disclosure - By clicking ‘Add to chrome, you accept and agree to install the Video Downloader Pro extension, set the Chrome Default search engine to "chromeapps.site/videodownloadsearch/index.html" , and adhere to the Terms and Privacy Policy.

Privacy Policy
https://chromeapps.site/privacypolicy.html
TOS
https://chromeapps.site/tos.html                    

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

Tên Video Downloader Pro Video Downloader Pro
ID pakhdpiedpnponclldmbkiidkhfblejc
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader-pro/pakhdpiedpnponclldmbkiidkhfblejc
Mô tả Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.
Kích Thước Tệp 8.94 KB
Số Lần Cài Đặt 14,826
Phiên Bản Hiện Tại 2.299
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2022-02-17
Đánh Giá 2.32/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://chromeapps.site
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chromeapps.site/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Downloader Pro",
    "version": "2.299",
    "description": "Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "vid"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "statistics.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/chromeapps.site\/icon",
            "is_default": true,
            "keyword": "Video Downloader Pro Search",
            "name": "Web Search",
            "search_url": "https:\/\/chromeapps.site\/videodownloadsearch\/search.html?q={searchTerms}"
        }
    },
    "icons": {
        "128": "icon.png"
    }
}