Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Remove Twitter Blue là gì?

Remove Twitter Blue là một tiện ích mở rộng Chrome được phát triển bởi chrome_senpai, và tính năng chính của nó là "Remove twitter blue check and AD's from the 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 Twitter Blue

Tải xuống các tệp mở rộng Remove Twitter Blue 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 seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

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

Tên Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
URL Chính Thức https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Mô tả Remove twitter blue check and AD's from the Twitter
Kích Thước Tệp 98.03 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2023-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chrome_senpai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}