Twitter View Hider

Automatically hide view counts of tweets in your timeline

Twitter View Hider là gì?

Twitter View Hider là một tiện ích mở rộng Chrome được phát triển bởi Adrien Minne, và tính năng chính của nó là "Automatically hide view counts of tweets in your timeline".

Ả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 View Hider

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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

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

Tên Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
URL Chính Thức https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Mô tả Automatically hide view counts of tweets in your timeline
Kích Thước Tệp 11.32 KB
Số Lần Cài Đặt 35
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á 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Adrien Minne
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",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}