Make Twitter Great Again - Twitter Free Tool

Mute tweets with a single click. Optimize your Twitter feed easily.

Τι είναι το Make Twitter Great Again - Twitter Free Tool;

Το Make Twitter Great Again - Twitter Free Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://theopenprojects.io, και η κύρια λειτουργία του είναι "Mute tweets with a single click. Optimize your Twitter feed easily.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Make Twitter Great Again - Twitter Free Tool

Λήψη αρχείων επέκτασης Make Twitter Great Again - Twitter Free Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Make Twitter Great Again!

Make Twitter Great Again is a 100% FREE Google Chrome extension that allows you to clean up and optimize your Twitter feeds. 

FEATURES:
- New button to easily mark a tweet as "not interesting" (A shortcut for the "I'm not interested in this Tweet" button) 💩
- New button to easily mute people directly on your Twitter feeds 🤫
- New button to easily mute people directly on each Twitter profile 🤫

Tired of seeing tweets you don't like in your Twitter feed ("For you" tab)? No problem, download our free Chrome extension, click the new buttons that appears on every tweet you want to hide (or people you want to mute) and issue resolved. This will help clean up and optimize your Twitter feed like a PRO.

Because the "I'm not interested in this Tweet" button is quite hidden... And the same for the "Mute" button.

Make Twitter Great Again is a (super fast developed BTW) side-project, pure MVP, developed by José Pascual for The Open Projects (TOP), the newsletter in which you receive 3 online business ideas analyzed every week.

This Chrome extension adds, when browsing Twitter, 2 new buttons:
- A new 💩 button that allows you to mute any tweet. It is basically a shortcut for the "I'm not interested in this Tweet" button. ["For you" Twitter feed]
- A new 🤫 button that allows you to mute anyone quick and easy. It is basically a shortcut for the "hidden" Mute button. ["For you" + "Following" Twitter feeds]

It also adds a new button on every Twitter profile to easily mute anyone.

Your feedback is super welcome > [email protected]

Let's Make Twitter Great Again!

This free chrome extension is not affiliated any way with Twitter. This extension is not  endorsed, authorized or produced by Twitter. This extension has been developed by hardcore Twitter users.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Make Twitter Great Again - Twitter Free Tool Make Twitter Great Again - Twitter Free Tool
ID dmapaemjkkglccndoohlfejmaolofkbp
Επίσημο URL https://chromewebstore.google.com/detail/make-twitter-great-again/dmapaemjkkglccndoohlfejmaolofkbp
Περιγραφή Mute tweets with a single click. Optimize your Twitter feed easily.
Μέγεθος Αρχείου 39.06 KB
Αριθμός Εγκαταστάσεων 239
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-04-26
Ημερομηνία Δημοσίευσης 2023-03-22
Αξιολόγηση 5.00/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://theopenprojects.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.theopenprojects.io
URL της Σελίδας Πολιτικής Απορρήτου https://www.theopenprojects.io/politica-de-privacidad
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make Twitter Great Again - Twitter Free Tool",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Mute tweets with a single click. Optimize your Twitter feed easily.",
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16x16.png",
            "32": ".\/images\/icon-32x32.png",
            "48": ".\/images\/icon-48x48.png",
            "128": ".\/images\/icon-128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                ".\/styles\/contentScript.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}