Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Co je Remove Twitter Blue?

Remove Twitter Blue je rozšíření Chrome vyvinuté chrome_senpai, a jeho hlavní funkcí je „Remove twitter blue check and AD's from the Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Twitter Blue

Stáhněte si soubory rozšíření Remove Twitter Blue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
Oficiální URL https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Popis Remove twitter blue check and AD's from the Twitter
Velikost souboru 98.03 KB
Počet instalací 163
Aktuální Verze 1.1
Poslední Aktualizace 2023-06-18
Datum Vydání 2023-05-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář chrome_senpai
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}