Social Video Downloader

Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.

Social Video Downloader क्या है?

Social Video Downloader https://socialdownloader.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Social Video Downloader is very easy & intuitive to use. You just need to open a video page on Facebook/Instagram/Vimeo/Twitter and it will start showing a "Download" button on the top-right corner of the page.

Once you click on it and It will show the available format of the video. Just click on the desired format and it will start downloading the video. You can see the download progress at the bottom of the page.

If you face any difficulties in downloading the Video, Please put a comment or send an email to "[email protected]" with the video information.

Don't forget to give us five stars if you like this video downloader.

Note: We do not support video downloading from YouTube. 

Please visit our website "https://socialdownloader.in" for more video downloading options.                    

एक्सटेंशन की मूल जानकारी

नाम Social Video Downloader Social Video Downloader
ID bphnmjlejonaeiapcnimchlmhbpbdiip
आधिकारिक URL https://chromewebstore.google.com/detail/social-video-downloader/bphnmjlejonaeiapcnimchlmhbpbdiip
विवरण Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.
फ़ाइल का आकार 126 KB
स्थापना संख्या 3,277
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-09-12
प्रकाशन तिथि 2021-12-26
रेटिंग 4.69/5 कुल 39 रेटिंग्स
डेवलपर https://socialdownloader.in
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://socialdownloader.in/contact-us
गोपनीयता नीति पृष्ठ URL https://blog.tcmhack.in/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Social Video Downloader",
    "author": {
        "url": "https:\/\/www.tcmhack.in",
        "name": "TIKAM CHAND MEGHWANSHI"
    },
    "description": "Downloads videos from social networks like Facebook, Instagram, Twitter, Vimeo & many more in just one click.",
    "homepage_url": "https:\/\/socialdownloader.in",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "downloads",
        "storage",
        "webRequest"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.tcmhack.in\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.twitter.com\/",
        "https:\/\/*.vimeo.com\/"
    ]
}