Promute

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

Qu'est-ce que Promute ?

Promute est une extension Chrome développée par wolfgang.werner, et sa fonction principale est "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Promute

Téléchargez les fichiers d'extension Promute au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
URL Officiel https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Description Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Taille du Fichier 26.1 KB
Nombre d'Installations 37
Version Actuelle 1.0.10
Dernière Mise à Jour 2023-08-29
Date de Publication 2020-12-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur wolfgang.werner
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/wwerner/promute
URL de la Page d'Aide https://github.com/wwerner/promute/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}