TwittaSave

Download Twitter Videos and Gifs to your device easily.

Qu'est-ce que TwittaSave ?

TwittaSave est une extension Chrome développée par http://twittasave.net, et sa fonction principale est "Download Twitter Videos and Gifs to your device easily.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TwittaSave

Téléchargez les fichiers d'extension TwittaSave au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click.

Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.                    

Informations de Base sur l'Extension

Nom TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
URL Officiel https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Description Download Twitter Videos and Gifs to your device easily.
Taille du Fichier 311 KB
Nombre d'Installations 761
Version Actuelle 1.3
Dernière Mise à Jour 2021-01-18
Date de Publication 2019-11-20
Évaluation 3.27/5 Total 15 Évaluations
Développeur http://twittasave.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwittaSave",
    "description": "Download Twitter Videos and Gifs to your device easily.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/api.jublo.net\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "codebird.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}