TwitFrens
Get mutual connections as a list on Twitter.
TwitFrens là gì?
TwitFrens là một tiện ích mở rộng Chrome được phát triển bởi Twitfrens, và tính năng chính của nó là "Get mutual connections as a list on Twitter.".
Ả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 TwitFrens
Tải xuống các tệp mở rộng TwitFrens 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
Find mutual followers on Twitter easily. Twitfrens is a chrome extension for Twitter to help users find mutual followers with anyone. It's a tool that will help you find if you have a connection with any account on Twitter. Mutual followers with an account are people that follow you and are followed by the account. Example: Account 1 has 1K followers and 500 followingd. Twitfrens will tell you among the 500 following, which accounts are following you as well. It tells the user the first degree connection with any Twitter account.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TwitFrens |
ID | bcpjnadjkokegkppfmacbmohjgjdbifn |
URL Chính Thức | https://chromewebstore.google.com/detail/twitfrens/bcpjnadjkokegkppfmacbmohjgjdbifn |
Mô tả | Get mutual connections as a list on Twitter. |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-11-10 |
Ngày Phát Hành | 2022-11-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Twitfrens |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitfrens.webflow.io/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwitFrens", "description": "Get mutual connections as a list on Twitter.", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "128": ".\/icons\/icon128.png" }, "action": { "default_icon": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "128": ".\/icons\/icon128.png" } }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ ".\/content-script.js", ".\/tailwind.js" ], "css": [ ".\/index.css" ] } ] } |