Twitter Ad Blocker

Block Twitter ads and annoying UI elements.

Twitter Ad Blocker là gì?

Twitter Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi devdevdev808, và tính năng chính của nó là "Block Twitter ads and annoying UI elements.".

Ả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 Ad Blocker

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

                        Twitter Ad Blocker hides Promoted tweets, What's happening, Who to follow, Messages drawer and Topics to follow sections.

Focus on tweets instead of irrelevant ads, people, news and topics. Enjoy Twitter as it was intended!

We don't collect any information about you. This extension is open source, the code can be found here: https://github.com/pashakhomchenko/TwitterAdBlocker

If you have suggestions on how to improve Twitter Ad Blocker, email me at [email protected] or create a new issue here: https://github.com/pashakhomchenko/TwitterAdBlocker/issues                    

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

Tên Twitter Ad Blocker Twitter Ad Blocker
ID dhlbmiajajiiploeagcijnmnfiphgmdc
URL Chính Thức https://chromewebstore.google.com/detail/twitter-ad-blocker/dhlbmiajajiiploeagcijnmnfiphgmdc
Mô tả Block Twitter ads and annoying UI elements.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 473
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2022-12-15
Ngày Phát Hành 2022-09-08
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển devdevdev808
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pashakhomchenko/TwitterAdBlocker
URL Trang Trợ Giúp https://github.com/pashakhomchenko/TwitterAdBlocker/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Ad Blocker",
    "version": "0.0.6",
    "description": "Block Twitter ads and annoying UI elements.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    }
}