Promute

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

什么是Promute?

Promute是由wolfgang.werner开发的Chrome扩展程序,该扩展的主要功能是“Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.”。

扩展截图

screenshot

下载Promute扩展crx文件

下载Promute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
官方URL https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
简介 Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
文件大小 26.1 KB
安装次数 37
当前版本 1.0.10
更新时间 2023-08-29
上架时间 2020-12-25
评分 5.00/5 共2次评分
开发者 wolfgang.werner
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/wwerner/promute
帮助页面URL https://github.com/wwerner/promute/issues
支持的语言 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"
            ]
        }
    ]
}