Uncropper

Show full size images and videos on Twitter timeline !

Uncropper là gì?

Uncropper là một tiện ích mở rộng Chrome được phát triển bởi https://yanou.dev, và tính năng chính của nó là "Show full size images and videos on Twitter timeline !".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦

With Uncropper, all images and videos will be displayed in full-size in your timeline.

Step 1: Install
Step 2: Enjoy

:)                    

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

Tên Uncropper Uncropper
ID hkehbcopcnnmlllianhbbmdicenlchjb
URL Chính Thức https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb
Mô tả Show full size images and videos on Twitter timeline !
Kích Thước Tệp 17.2 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-02-28
Ngày Phát Hành 2023-02-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://yanou.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yanou.dev
URL Trang Trợ Giúp https://yanou.dev
URL Trang Chính Sách Bảo Mật https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uncropper",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.1",
    "author": "[email protected]",
    "homepage_url": "https:\/\/yanou.dev",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}