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 |
官方網址 | 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" } } |