Video Downloader Button

Add download button to the video files on popular websites. Click the button to save the video

Τι είναι το Video Downloader Button;

Το Video Downloader Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gigi, και η κύρια λειτουργία του είναι "Add download button to the video files on popular websites. Click the button to save the video".

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

screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Video Downloader Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Provides all video files with a small button that downloads files to the devise by clicking on it.

Open media websites are supported by Video Downloader Button and help to save online video to review it later.

In the settings menu there is an opportunity to disable the button for more convenience usage of websites. Simply enable it again and download button will appear on the video shortly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Downloader Button Video Downloader Button
ID gjpdgbkjopobieebkmihgdoinbkicjck
Επίσημο URL https://chromewebstore.google.com/detail/video-downloader-button/gjpdgbkjopobieebkmihgdoinbkicjck
Περιγραφή Add download button to the video files on popular websites. Click the button to save the video
Μέγεθος Αρχείου 883 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.16
Τελευταία Ενημέρωση 2023-07-19
Ημερομηνία Δημοσίευσης 2023-02-02
Αξιολόγηση 3.48/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Gigi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.16",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}