Twitter Video Download

Download Twitter video to your computer easily while browsing Twitter.com

Twitter Video Download क्या है?

Twitter Video Download https://twitter-video-download.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Twitter video to your computer easily while browsing Twitter.com"।

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

screenshot
screenshot

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

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

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

                        Updated version 1.1: Fixed download button, previously it didn't work after some recent Twitter website updates. Now this is one of a few extensions, that actually work.

This extension lets you download Twitter videos directly while browsing Twitter website. Easy and free. 🤞

Download any video or GIF from Twitter in a few clicks. 

How to:
After installation a button "Download Tweet Video" will appear below all Tweets containing video. Clicking it will let you download video in chosen resolution.                    

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

नाम Twitter Video Download Twitter Video Download
ID bcobmoggclhhpkdckmnmhejleeihgmgk
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-video-download/bcobmoggclhhpkdckmnmhejleeihgmgk
विवरण Download Twitter video to your computer easily while browsing Twitter.com
फ़ाइल का आकार 43.25 KB
स्थापना संख्या 4,801
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-12-27
प्रकाशन तिथि 2021-09-11
रेटिंग 3.11/5 कुल 9 रेटिंग्स
डेवलपर https://twitter-video-download.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter-video-download.com/
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/chrome-48-48.png",
        "default_title": "Twitter Video Download"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Download Twitter video to your computer easily while browsing Twitter.com",
    "icons": {
        "128": "images\/chrome-128-128.png",
        "48": "images\/chrome-48-48.png",
        "16": "images\/chrome-16-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "short_name": "Twitter Video Download",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}