RealTwit - See Real Twitter Blue Checkmarks
See who's really verified on Twitter
什么是RealTwit - See Real Twitter Blue Checkmarks?
RealTwit - See Real Twitter Blue Checkmarks是由https://realtwit.org开发的Chrome扩展程序,该扩展的主要功能是“See who's really verified on Twitter”。
扩展截图
下载RealTwit - See Real Twitter Blue Checkmarks扩展crx文件
下载RealTwit - See Real Twitter Blue Checkmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See who is actually verified and who paid on Twitter.
Twitter removed legacy verification on 4/20/23 and RealTwit brings back the old experience everyone loved and trusted. 扩展基本信息
| 名称 | |
| ID | bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
| 官方URL | https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
| 简介 | See who's really verified on Twitter |
| 文件大小 | 7.43 MB |
| 安装次数 | 164 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-04-22 |
| 上架时间 | 2023-04-22 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://realtwit.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://realtwit.org/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RealTwit - See Real Twitter Blue Checkmarks",
"short_name": "realTwit",
"description": "See who's really verified on Twitter",
"version": "1.0.0",
"manifest_version": 3,
"permissions": [
"storage",
"background"
],
"host_permissions": [
"https:\/\/*.twitter.com\/*",
"https:\/\/realtwit.org\/*"
],
"background": {
"service_worker": "static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/realtwit.org\/*"
],
"css": [
"\/static\/css\/content.css"
],
"js": [
"\/static\/js\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static\/media\/*",
"*"
],
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/realtwit.com\/*"
]
}
],
"icons": {
"128": "icons\/icon_production_128.png"
},
"action": {
"default_popup": "popup.html"
}
} | |