Twitter Enhancer

Enhance your Twitter frontend! Remove useless adds, and view only useful things.

Twitter Enhancer là gì?

Twitter Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Vortezz, và tính năng chính của nó là "Enhance your Twitter frontend! Remove useless adds, and view only useful things.".

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

screenshot

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

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

                        Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!                    

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

Tên Twitter Enhancer Twitter Enhancer
ID beggifbkibbbfhhncigpacihnmcnfagg
URL Chính Thức https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg
Mô tả Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Kích Thước Tệp 26.17 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-12-25
Ngày Phát Hành 2022-12-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Vortezz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://vortezz.dev/terms
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Enhancer",
    "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
    "version": "1.0",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}