TwittaSave

Download Twitter Videos and Gifs to your device easily.

什么是TwittaSave?

TwittaSave是由http://twittasave.net开发的Chrome扩展程序,该扩展的主要功能是“Download Twitter Videos and Gifs to your device easily.”。

扩展截图

screenshot

下载TwittaSave扩展crx文件

下载TwittaSave扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
官方URL https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
简介 Download Twitter Videos and Gifs to your device easily.
文件大小 311 KB
安装次数 761
当前版本 1.3
更新时间 2021-01-18
上架时间 2019-11-20
评分 3.27/5 共15次评分
开发者 http://twittasave.net
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}