Remove Twitter Blue
Remove twitter blue check and AD's from the Twitter
Cos'è Remove Twitter Blue?
Remove Twitter Blue è un'estensione di Chrome sviluppata da chrome_senpai, e la sua funzione principale è "Remove twitter blue check and AD's from the Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Twitter Blue
Scarica i file di estensione Remove Twitter Blue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove Twitter Blue |
ID | fejdkekkojodpjapdjibmflheghechbi |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi |
Descrizione | Remove twitter blue check and AD's from the Twitter |
Dimensione del File | 98.03 KB |
Conteggio Installazioni | 163 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-06-18 |
Data di Pubblicazione | 2023-05-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chrome_senpai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |