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
Eメール [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"
    }
}