Media Harvest : twitter Media Downloader

Download videos and images from twitter or TweetDeck with only one click.

Media Harvest : twitter Media Downloader là gì?

Media Harvest : twitter Media Downloader là một tiện ích mở rộng Chrome được phát triển bởi Elton H.Y. Chou, và tính năng chính của nó là "Download videos and images from twitter or TweetDeck with only one click.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Media Harvest : twitter Media Downloader

Tải xuống các tệp mở rộng Media Harvest : twitter Media 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

                        With this add-on, you can download videos and images from twitter or TweetDeck with only one click without any third-party service.

This extension provides,
+ Custom filename
+ Auto reveal sensitive content
+ Keyboard shortcut
+ Download video thumbnail

This extension is not a web crawler.
This extension doesn't provides,
+ Tweet crawling
+ Batch download
+ File compression


===========CHANGELOG===========
https://github.com/EltonChou/TwitterMediaHarvest/blob/main/CHANGELOG.md
=================================                    

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

Tên Media Harvest : twitter Media Downloader Media Harvest : twitter Media Downloader
ID hpcgabhdlnapolkkjpejieegfpehfdok
URL Chính Thức https://chromewebstore.google.com/detail/media-harvest-twitter-med/hpcgabhdlnapolkkjpejieegfpehfdok
Mô tả Download videos and images from twitter or TweetDeck with only one click.
Kích Thước Tệp 763 KB
Số Lần Cài Đặt 30,791
Phiên Bản Hiện Tại 4.2.4 (chrome)
Cập Nhật Lần Cuối 2023-12-23
Ngày Phát Hành 2020-06-03
Đánh Giá 4.58/5 Tổng số 191 Đánh Giá
Nhà Phát Triển Elton H.Y. Chou
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/EltonChou/TwitterMediaHarvest
URL Trang Trợ Giúp https://github.com/EltonChou/TwitterMediaHarvest/issues
URL Trang Chính Sách Bảo Mật https://github.com/EltonChou/TwitterMediaHarvest/blob/main/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "MediaHarvest",
    "description": "__MSG_appDesc__",
    "version": "4.2.4",
    "version_name": "4.2.4 (chrome)",
    "minimum_chrome_version": "100",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/[email protected]",
        "32": "assets\/icons\/[email protected]",
        "48": "assets\/icons\/[email protected]",
        "128": "assets\/icons\/[email protected]"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/[email protected]",
            "32": "assets\/icons\/[email protected]",
            "48": "assets\/icons\/[email protected]",
            "128": "assets\/icons\/[email protected]"
        },
        "default_popup": "index.html?tab=popup"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*",
                "*:\/\/tweetdeck.twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*",
        "*:\/\/api.twitter.com\/*",
        "*:\/\/tweetdeck.twitter.com\/*",
        "*:\/\/x.com\/*",
        "*:\/\/*.x.com\/*"
    ],
    "permissions": [
        "downloads",
        "cookies",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_page": "default-src 'self'; connect-src 'self' https:\/\/o1169684.ingest.sentry.io https:\/\/*.mediaharvest.app https:\/\/cognito-identity.ap-northeast-1.amazonaws.com https:\/\/twitter.com https:\/\/*.twitter.com; style-src https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src https:\/\/fonts.gstatic.com; script-src 'self'; img-src https:\/\/via.placeholder.com https:\/\/pbs.twimg.com;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp5W\/De2hWM9tLnwVIGj3t+5i1VQAfmuntfaMBKAKIVEY5uBlg47M7fh3j46kvMc8FLfd5kazASDIjO\/moDIh2PKmYzdAF1zKgARaLaGJPL03FVdlCk+QVpTpTsjzr3MBZbZJ9qex3Mn6IpHaQ4gyj2jBh0c7W6u\/yTJ1tHTjq\/tyixjoEWEsvlk9\/Xi0viCEDaPS4NG1kT+Ph3swqZQvKJd+yA+PivQytj0Ns4iM\/YWlTEhI5JxMB50AOS3uVA1rlvHMvg5IpK4BYzuZGNZnnbLV0JBt5\/Yox1vbFjppALFomquAodGtCs\/0D6zFrG63fpj7f21VzYQiKGkh5hW5PwIDAQAB"
}