Video Downloader Pro

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

什么是Video Downloader Pro?

Video Downloader Pro是由https://chromeapps.site开发的Chrome扩展程序,该扩展的主要功能是“Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.”。

扩展截图

screenshot

下载Video Downloader Pro扩展crx文件

下载Video Downloader Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Video Downloader Pro Video Downloader Pro
ID pakhdpiedpnponclldmbkiidkhfblejc
官方URL https://chromewebstore.google.com/detail/video-downloader-pro/pakhdpiedpnponclldmbkiidkhfblejc
简介 Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.
文件大小 8.94 KB
安装次数 14,826
当前版本 2.299
更新时间 2024-02-29
上架时间 2022-02-17
评分 2.32/5 共25次评分
开发者 https://chromeapps.site
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chromeapps.site/privacypolicy.html
支持的语言 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"
    }
}