Hide Twitter Promotion

Hide Twitter Promotion

Hide Twitter Promotion là gì?

Hide Twitter Promotion là một tiện ích mở rộng Chrome được phát triển bởi Dongri Jin, và tính năng chính của nó là "Hide Twitter Promotion".

Ả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 Promotion

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

                        Hide Twitter Promotion is used to automatically remove promoted posts on Twitter Timeline                    

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

Tên Hide Twitter Promotion Hide Twitter Promotion
ID bpiehgdmajooljhbeekiphmbphdbmjcc
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitter-promotion/bpiehgdmajooljhbeekiphmbphdbmjcc
Mô tả Hide Twitter Promotion
Kích Thước Tệp 49.19 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2021-05-03
Ngày Phát Hành 2020-03-06
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dongri Jin
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",
    "name": "Hide Twitter Promotion",
    "version": "0.0.3",
    "description": "Hide Twitter Promotion",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home",
                "https:\/\/www.twitter.com\/home"
            ],
            "js": [
                "jquery.min.js",
                "block.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}