Twitter Video Downloader

Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.

Twitter Video Downloader क्या है?

Twitter Video Downloader Applications Makers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link."।

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

screenshot
screenshot

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

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

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

                        You will also be able to use the historic of the application which will give you access to a panel of possible actions !

Add the extension, reload your twitter page and enjoy ! ;)

(PS: For Brave users, you must disable the brave shield)                    

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

नाम Twitter Video Downloader Twitter Video Downloader
ID nlkjkemkonahlpdjffgilcmgpghfphbj
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-video-downloader/nlkjkemkonahlpdjffgilcmgpghfphbj
विवरण Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.
फ़ाइल का आकार 186 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2020-04-12
रेटिंग 3.31/5 कुल 26 रेटिंग्स
डेवलपर Applications Makers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Video Downloader",
    "description": "Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.",
    "short_name": "TVD",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_title": "Twitter video downloader history",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "styles\/twitter.css"
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}