Twitter Gif & Video Downloader

Download videos and GIFs embedded in Tweets with ease.

Twitter Gif & Video Downloader là gì?

Twitter Gif & Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Vitaminiser, và tính năng chính của nó là "Download videos and GIFs embedded in Tweets with ease.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Gif & Video Downloader

Tải xuống các tệp mở rộng Twitter Gif & Video Downloader 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

                        Allows you to easily download any original Twitter media (like images, videos and GIFs) embedded in a tweet with 1 click, without manual selection, copying and pasting URLs and opening other sites.

- Mouse over images displays a button in the bottom right corner. Clicking it downloads an original sized image.

- All videos and gifs have a mouse over 'Download' button in the top left corner. Clicking it shows different
video resolutions if available.

- Since Twitter converts all incoming GIFs to MP4 you can either download it as an MP4 or upload it to 3rd party sites
to convert - this is handled by EzGif.com, Giphy, ImgFlip and Gifs.com (more sites coming).                    

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

Tên Twitter Gif & Video Downloader Twitter Gif & Video Downloader
ID dnplonfnokbnmniimndpkglalockjmbn
URL Chính Thức https://chromewebstore.google.com/detail/twitter-gif-video-downloa/dnplonfnokbnmniimndpkglalockjmbn
Mô tả Download videos and GIFs embedded in Tweets with ease.
Kích Thước Tệp 58.97 KB
Số Lần Cài Đặt 2,756
Phiên Bản Hiện Tại 1.38
Cập Nhật Lần Cuối 2023-09-25
Ngày Phát Hành 2021-03-20
Đánh Giá 3.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Vitaminiser
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/vitaminiser
URL Trang Trợ Giúp https://twitter.com/vitaminiser
URL Trang Chính Sách Bảo Mật https://myproggies.github.io/Pinterest-Love-Pinterest-Screenshot-Saver
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Gif & Video Downloader",
    "short_name": "TwitterGif&VideoDownloader",
    "version": "1.38",
    "description": "Download videos and GIFs embedded in Tweets with ease.",
    "homepage_url": "https:\/\/twitter.com\/vitaminiser",
    "author": "@vitaminiser",
    "permissions": [
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*",
        "https:\/\/*.ezgif.com\/*",
        "https:\/\/video.twimg.com\/*",
        "https:\/\/giphy.com\/upload",
        "https:\/\/imgflip.com\/gif-maker*",
        "https:\/\/gifs.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "debug.js",
                "libs\/$elem.js",
                "content.js",
                "tweet.js",
                "gifer.js",
                "libs\/miniquery.js",
                "ui.js",
                "settings.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "window.html",
                "links.html"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}