Remove Twitter Blue
Remove twitter blue check and AD's from the Twitter
Wat is Remove Twitter Blue?
Remove Twitter Blue is een Chrome-extensie ontwikkeld door chrome_senpai, en de belangrijkste functie is "Remove twitter blue check and AD's from the Twitter".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Twitter Blue
Download Remove Twitter Blue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Remove Twitter Blue |
ID | fejdkekkojodpjapdjibmflheghechbi |
Officiële URL | https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi |
Beschrijving | Remove twitter blue check and AD's from the Twitter |
Bestandsgrootte | 98.03 KB |
Aantal Installaties | 163 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-06-18 |
Publicatiedatum | 2023-05-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | chrome_senpai |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |