Remove Tweet Views

Removes the new tweet views from Twitter

Remove Tweet Views là gì?

Remove Tweet Views là một tiện ích mở rộng Chrome được phát triển bởi https://robin.software, và tính năng chính của nó là "Removes the new tweet views from Twitter".

Ả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 Remove Tweet Views

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

                        Removes the newly added impressions on every tweet and brings back the Twitter Bird                    

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

Tên Remove Tweet Views Remove Tweet Views
ID dokodkdpdbcmhopjooolcchokhmehiki
URL Chính Thức https://chromewebstore.google.com/detail/remove-tweet-views/dokodkdpdbcmhopjooolcchokhmehiki
Mô tả Removes the new tweet views from Twitter
Kích Thước Tệp 21.65 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2022-12-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://robin.software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://robin.software
URL Trang Trợ Giúp https://twitter.com/robin__software
URL Trang Chính Sách Bảo Mật https://robin.software/imprint
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "$schema": "https:\/\/developer.chrome.com\/extensions\/manifest_v3.json",
    "name": "Remove Tweet Views",
    "description": "Removes the new tweet views from Twitter",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/icon-16.png",
        "48": "logo\/icon-48.png",
        "128": "logo\/icon-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Remove Tweet Views",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "badgeHandler.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}