Remove Twitter Blue
Remove twitter blue check and AD's from the Twitter
什么是Remove Twitter Blue?
Remove Twitter Blue是由chrome_senpai开发的Chrome扩展程序,该扩展的主要功能是“Remove twitter blue check and AD's from the Twitter”。
扩展截图
下载Remove Twitter Blue扩展crx文件
下载Remove Twitter Blue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Remove Twitter Blue |
ID | fejdkekkojodpjapdjibmflheghechbi |
官方URL | https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi |
简介 | Remove twitter blue check and AD's from the Twitter |
文件大小 | 98.03 KB |
安装次数 | 163 |
当前版本 | 1.1 |
更新时间 | 2023-06-18 |
上架时间 | 2023-05-24 |
评分 | 5.00/5 共1次评分 |
开发者 | chrome_senpai |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |