Promute

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

What is Promute?

Promute is a Chrome extension developed by wolfgang.werner, and its main feature is "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Extension Screenshots

screenshot

Download Promute Extension CRX File

Download Promute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
Official URL https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Description Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
File Size 26.1 KB
Installation Count 37
Current Version 1.0.10
Last Updated 2023-08-29
Publish Date 2020-12-25
Rating 5.00/5 Total 2 Ratings
Developer wolfgang.werner
Email [email protected]
Payment Type free
Extension Website https://github.com/wwerner/promute
Help Page URL https://github.com/wwerner/promute/issues
Supported Languages 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"
            ]
        }
    ]
}