Twitter Video Downloader

Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.

Twitter Video Downloader là gì?

Twitter Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Applications Makers, và tính năng chính của nó là "Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.".

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

screenshot
screenshot

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

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

                        You will also be able to use the historic of the application which will give you access to a panel of possible actions !

Add the extension, reload your twitter page and enjoy ! ;)

(PS: For Brave users, you must disable the brave shield)                    

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

Tên Twitter Video Downloader Twitter Video Downloader
ID nlkjkemkonahlpdjffgilcmgpghfphbj
URL Chính Thức https://chromewebstore.google.com/detail/twitter-video-downloader/nlkjkemkonahlpdjffgilcmgpghfphbj
Mô tả Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.
Kích Thước Tệp 186 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2020-04-12
Đánh Giá 3.31/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Applications Makers
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": "Twitter Video Downloader",
    "description": "Twitter Video Downloader allows you to download twitter videos but also copy easyly their shareable link.",
    "short_name": "TVD",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_title": "Twitter video downloader history",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "styles\/twitter.css"
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}