Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Hide Twitter views. là gì?

Hide Twitter views. là một tiện ích mở rộng Chrome được phát triển bởi charies, và tính năng chính của nó là "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

Ả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 Hide Twitter views.

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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

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

Tên Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Mô tả Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Kích Thước Tệp 15.58 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2022-12-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển charies
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}