TwittaSave

Download Twitter Videos and Gifs to your device easily.

What is TwittaSave?

TwittaSave is a Chrome extension developed by http://twittasave.net, and its main feature is "Download Twitter Videos and Gifs to your device easily.".

Extension Screenshots

screenshot

Download TwittaSave Extension CRX File

Download TwittaSave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
Official URL https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Description Download Twitter Videos and Gifs to your device easily.
File Size 311 KB
Installation Count 761
Current Version 1.3
Last Updated 2021-01-18
Publish Date 2019-11-20
Rating 3.27/5 Total 15 Ratings
Developer http://twittasave.net
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}