Promute

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

Τι είναι το Promute;

Το Promute είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wolfgang.werner, και η κύρια λειτουργία του είναι "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Promute

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}