TwittaSave

Download Twitter Videos and Gifs to your device easily.

TwittaSave là gì?

TwittaSave là một tiện ích mở rộng Chrome được phát triển bởi http://twittasave.net, và tính năng chính của nó là "Download Twitter Videos and Gifs to your device easily.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TwittaSave

Tải xuống các tệp mở rộng TwittaSave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
URL Chính Thức https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Mô tả Download Twitter Videos and Gifs to your device easily.
Kích Thước Tệp 311 KB
Số Lần Cài Đặt 761
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-01-18
Ngày Phát Hành 2019-11-20
Đánh Giá 3.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://twittasave.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}