Promute

Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

Promute là gì?

Promute là một tiện ích mở rộng Chrome được phát triển bởi wolfgang.werner, và tính năng chính của nó là "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

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

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

                        Promute is a Chrome Extension that automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

It does the simplest thing that could possibly work.
Within a scroll listener, it ...
* ... identifies promoted tweets by the 'Ad' label at the top of the tweet,
* ... opens the tweets context menu,
* ... and clicks the mute button                    

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

Tên Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
URL Chính Thức https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Mô tả Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Kích Thước Tệp 26.1 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2020-12-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển wolfgang.werner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wwerner/promute
URL Trang Trợ Giúp https://github.com/wwerner/promute/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promute",
    "manifest_version": 2,
    "version": "1.0.10",
    "description": "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.",
    "icons": {
        "16": ".\/logo_16.png",
        "48": ".\/logo_48.png",
        "128": ".\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "promute.js"
            ]
        }
    ]
}