Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Τι είναι το Remove Twitter Blue;

Το Remove Twitter Blue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome_senpai, και η κύρια λειτουργία του είναι "Remove twitter blue check and AD's from the Twitter".

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

screenshot

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

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

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

                        Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

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

Όνομα Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
Επίσημο URL https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Περιγραφή Remove twitter blue check and AD's from the Twitter
Μέγεθος Αρχείου 98.03 KB
Αριθμός Εγκαταστάσεων 163
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-06-18
Ημερομηνία Δημοσίευσης 2023-05-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής chrome_senpai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}