Traittor Redirect
Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.
Traittor Redirect là gì?
Traittor Redirect là một tiện ích mở rộng Chrome được phát triển bởi Traittor, và tính năng chính của nó là "Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Traittor Redirect
Tải xuống các tệp mở rộng Traittor Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Traittor Redirect |
ID | bjiboplbnbliemfmbchfbpndnpoaimah |
URL Chính Thức | https://chromewebstore.google.com/detail/traittor-redirect/bjiboplbnbliemfmbchfbpndnpoaimah |
Mô tả | Redirect Twitter link to Traittor link. Bypass Twitter account and read limit per day. |
Kích Thước Tệp | 39.88 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-07-05 |
Ngày Phát Hành | 2023-07-05 |
Nhà Phát Triển | Traittor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://traittor.net/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |