Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Τι είναι το Twitter video downloader;

Το Twitter video downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mp3downy.com, και η κύρια λειτουργία του είναι "Twitter Video Downloader - Download twitter videos MP4 & GIF".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitter video downloader

Λήψη αρχείων επέκτασης Twitter video downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com.

It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments.

The most common websites which also providing the download service from twitter are,

twittervideodownloader chrome extension 
savetweetvid chrome extension 
twdown chrome extension 
downloadtwittervideo chrome extension 
twsaver chrome extension 
getfvid chrome extension 
twdownloader chrome extension 
ssstwitter chrome extension 
twdownload  chrome extension 
en.savefrom .net twitter video downloader chrome extension                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
Επίσημο URL https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
Περιγραφή Twitter Video Downloader - Download twitter videos MP4 & GIF
Μέγεθος Αρχείου 127 KB
Αριθμός Εγκαταστάσεων 2,493
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2020-05-14
Ημερομηνία Δημοσίευσης 2020-05-14
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://mp3downy.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mp3downy.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://mp3downy.com/
URL της Σελίδας Πολιτικής Απορρήτου https://biggbossvotetelugu.info/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter video downloader",
    "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}