Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Vad är Remove Twitter Blue?

Remove Twitter Blue är en Chrome-tillägg utvecklad av chrome_senpai, och dess huvudfunktion är "Remove twitter blue check and AD's from the Twitter".

Tilläggsskärmbilder

screenshot

Ladda ner Remove Twitter Blue-förlängningens CRX-fil

Ladda ner Remove Twitter Blue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
Officiell webbadress https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Beskrivning Remove twitter blue check and AD's from the Twitter
Filstorlek 98.03 KB
Antal Installationer 163
Aktuell Version 1.1
Senast Uppdaterad 2023-06-18
Publiceringsdatum 2023-05-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare chrome_senpai
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}