Traittor Redirect
Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.
什么是Traittor Redirect?
Traittor Redirect是由Traittor开发的Chrome扩展程序,该扩展的主要功能是“Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.”。
扩展截图
下载Traittor Redirect扩展crx文件
下载Traittor Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.
扩展基本信息
名称 | Traittor Redirect |
ID | bjiboplbnbliemfmbchfbpndnpoaimah |
官方URL | https://chromewebstore.google.com/detail/traittor-redirect/bjiboplbnbliemfmbchfbpndnpoaimah |
简介 | Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day. |
文件大小 | 39.88 KB |
安装次数 | 73 |
当前版本 | 1.0 |
更新时间 | 2023-07-05 |
上架时间 | 2023-07-05 |
开发者 | Traittor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://traittor.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Traittor Redirect", "version": "1.0", "description": "Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Show settings", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/*.twitter.com\/*" ], "js": [ "inject\/injected.js" ], "run_at": "document_start" } ] } |