Remove Blue Check Users and Twitter Ads

Free tool to make Twitter a better place.

Τι είναι το Remove Blue Check Users and Twitter Ads;

Το Remove Blue Check Users and Twitter Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Richard Miller, και η κύρια λειτουργία του είναι "Free tool to make Twitter a better place.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Remove Blue Check Users and Twitter Ads

Λήψη αρχείων επέκτασης Remove Blue Check Users and Twitter Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process.

This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.                    

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

Όνομα Remove Blue Check Users and Twitter Ads Remove Blue Check Users and Twitter Ads
ID jojdeobknljcmmmgpcgbanaeomajkiio
Επίσημο URL https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio
Περιγραφή Free tool to make Twitter a better place.
Μέγεθος Αρχείου 12.39 KB
Αριθμός Εγκαταστάσεων 141
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-11-09
Ημερομηνία Δημοσίευσης 2022-11-09
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Richard Miller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Blue Check Users and Twitter Ads",
    "short_name": "Hide Blue Checks Users",
    "description": "Free tool to make Twitter a better place.",
    "version": "1.0",
    "action": {
        "default_icon": "remove-blue-checks-48.png",
        "default_title": "Blue Check Remover"
    },
    "icons": {
        "16": "remove-blue-checks-16.png",
        "48": "remove-blue-checks-48.png",
        "128": "remove-blue-checks-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}