TwittaSave

Download Twitter Videos and Gifs to your device easily.

Was ist TwittaSave?

TwittaSave ist eine Chrome-Erweiterung, die von http://twittasave.net entwickelt wurde, und ihr Hauptmerkmal ist "Download Twitter Videos and Gifs to your device easily.".

Erweiterungsscreenshots

screenshot

TwittaSave-Erweiterungs-CRX-Datei herunterladen

Laden Sie TwittaSave-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
Offizielle URL https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Beschreibung Download Twitter Videos and Gifs to your device easily.
Dateigröße 311 KB
Installationsanzahl 761
Aktuelle Version 1.3
Letztes Update 2021-01-18
Veröffentlichungsdatum 2019-11-20
Bewertung 3.27/5 Insgesamt 15 Bewertungen
Entwickler http://twittasave.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}