Threads Lists
Easy way to transfer your twitter followers
Threads Lists là gì?
Threads Lists là một tiện ích mở rộng Chrome được phát triển bởi https://threadslists.com, và tính năng chính của nó là "Easy way to transfer your twitter followers".
Ả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 Threads Lists
Tải xuống các tệp mở rộng Threads Lists 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
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Threads Lists |
ID | ikcondoimaicdklohocliopmdlfgoohn |
URL Chính Thức | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
Mô tả | Easy way to transfer your twitter followers |
Kích Thước Tệp | 16.26 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-07-26 |
Ngày Phát Hành | 2023-07-26 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://threadslists.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.threadslists.com |
URL Trang Trợ Giúp | https://www.threads.net/@bhsdrew |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Threads Lists", "version": "1.0", "description": "Easy way to transfer your twitter followers", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "content_script.js" ] } ], "host_permissions": [ "https:\/\/www.threadslists.com\/*", "https:\/\/twitter.com\/*" ] } |