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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}