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 Gigi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add download button to the video files on popular websites. Click the button to save the video"।

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

screenshot
screenshot
screenshot

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

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

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

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