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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chromeapps.site, και η κύρια λειτουργία του είναι "Video Downloader Pro Search is an addon for Video Downloader Professional extension which enables video search.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Video Downloader Pro

Λήψη αρχείων επέκτασης 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"
    }
}