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
官方網址 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\/*"
    ]
}