Remove Twitter Blue
Remove twitter blue check and AD's from the Twitter
What is Remove Twitter Blue?
Remove Twitter Blue is a Chrome extension developed by chrome_senpai, and its main feature is "Remove twitter blue check and AD's from the Twitter".
Extension Screenshots
Download Remove Twitter Blue Extension CRX File
Download Remove Twitter Blue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Remove Twitter Blue |
ID | fejdkekkojodpjapdjibmflheghechbi |
Official URL | https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi |
Description | Remove twitter blue check and AD's from the Twitter |
File Size | 98.03 KB |
Installation Count | 163 |
Current Version | 1.1 |
Last Updated | 2023-06-18 |
Publish Date | 2023-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chrome_senpai |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |