Twitter Screenshot Generator

Easily capture beautiful, HD Twitter screenshot with just one click. Remove distracting elements to ensure beautiful screenshots.

Twitter Screenshot Generator là gì?

Twitter Screenshot Generator là một tiện ích mở rộng Chrome được phát triển bởi tweetgrok34, và tính năng chính của nó là "Easily capture beautiful, HD Twitter screenshot with just one click. Remove distracting elements to ensure beautiful screenshots.".

Ả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 Screenshot Generator

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

                        Easily capture beautiful, high-resolution Twitter screenshot with just one click. During the screenshot process, distracting elements in the tweet are intelligently removed to ensure that the screenshot on Twitter presents a HD and beautiful effect.

● HD And Beautiful: During the screenshot process, any distracting elements in the tweet are automatically removed to ensure that the final screenshot presents a neat and beautiful effect.
● Easy To Use: Add a small camera icon to every tweet on the Twitter website, allowing you to capture and download every tweet as a PNG image with just one click.
● User-Friendly: It is simple and easy to use, providing users with a smooth and pleasant screenshot experience, making it easier to share and save tweets.
● Data Security: none of your data will be recorded or leaked.

Disclaimer:  Twitter Screenshot Generator is not an official plugin. Twitter™ is a trademark of Twitter Inc.                    

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

Tên Twitter Screenshot Generator Twitter Screenshot Generator
ID eamddacflbmeoecokeapkigibdedhmcb
URL Chính Thức https://chromewebstore.google.com/detail/twitter-screenshot-genera/eamddacflbmeoecokeapkigibdedhmcb
Mô tả Easily capture beautiful, HD Twitter screenshot with just one click. Remove distracting elements to ensure beautiful screenshots.
Kích Thước Tệp 44.04 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2024-01-10
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển tweetgrok34
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,de,en,fil,fr,vi,tr,ca,da,et,es,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "default_locale": "en",
    "name": "Twitter Screenshot Generator",
    "description": "Easily capture beautiful, HD Twitter screenshot with just one click. Remove distracting elements to ensure beautiful screenshots.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}