Twitter Video Downloader

Click a button to download a video on a Twitter post, even on private profiles.

Twitter Video Downloader क्या है?

Twitter Video Downloader Zelly Snyder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click a button to download a video on a Twitter post, even on private profiles."।

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

screenshot

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

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

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

                        A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.                    

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

नाम Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
विवरण Click a button to download a video on a Twitter post, even on private profiles.
फ़ाइल का आकार 46.51 KB
स्थापना संख्या 2,183
वर्तमान संस्करण 1.0.22
अंतिम अपडेट 2024-01-06
प्रकाशन तिथि 2022-02-07
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर Zelly Snyder
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/proprietary/twitter-video-downloader
सहायता पृष्ठ URL https://github.com/proprietary/twitter-video-downloader/issues
गोपनीयता नीति पृष्ठ URL https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Video Downloader",
    "description": "Click a button to download a video on a Twitter post, even on private profiles.",
    "version": "1.0.22",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video",
        "default_icon": {
            "16": "\/images\/tvd16.png",
            "32": "\/images\/tvd32.png",
            "48": "\/images\/tvd48.png",
            "128": "\/images\/tvd128.png"
        }
    },
    "icons": {
        "16": "\/images\/tvd16.png",
        "32": "\/images\/tvd32.png",
        "48": "\/images\/tvd48.png",
        "128": "\/images\/tvd128.png"
    }
}