Twitter Video Downloader By TwitterMate

Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.

Τι είναι το Twitter Video Downloader By TwitterMate;

Το Twitter Video Downloader By TwitterMate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://twittermate.com, και η κύρια λειτουργία του είναι "Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twitter Video Downloader By TwitterMate

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

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

                        TwitterMate: Twitter Video Downloader is a powerful tool to download Twitter videos in High Quality (HD).

With TwitterMate, you can download Twitter videos and GIF to your device with one click.

TwitterMate : Twitter Video Downloader (Chrome Plugin)
TwitterMate is one of the best Twitter video downloader today with downloading Twitter videos in HD.

With one click you can download videos from Twitter:
Downloader for Twitter allows you to download videos and GIF from the Twitter platform for free. You just need to go to any Twitter video or GIF and then click on the below Download button

Main features of TwitterMate:
- No login required.
- Download Twitter videos in High Quality.
- Small size and lightweight.
- Convenient in the process of surfing Twitter, any Video you like can be downloaded immediately.
- Just open Twitter and start downloading the videos you want to download.                    

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

Όνομα Twitter Video Downloader By TwitterMate Twitter Video Downloader By TwitterMate
ID gjonidjgeoleapneejflklgkjfkompja
Επίσημο URL https://chromewebstore.google.com/detail/twitter-video-downloader/gjonidjgeoleapneejflklgkjfkompja
Περιγραφή Download any Twitter videos, gif with one Tap using TwitterMate. fast, free & easy to use.
Μέγεθος Αρχείου 836 KB
Αριθμός Εγκαταστάσεων 202
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-11-10
Ημερομηνία Δημοσίευσης 2022-11-09
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://twittermate.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twittermate.com
Διεύθυνση URL της Σελίδας Βοήθειας https://twittermate.com/contact.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,it,pt-BR
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo_24.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "TwitterMate",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}