Threads Sync
Seamlessly Import Twitter/X Users to Threads: Auto-Follow from Your Twitter/X Following List to Threads.net
Τι είναι το Threads Sync;
Το Threads Sync είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Info, και η κύρια λειτουργία του είναι "Seamlessly Import Twitter/X Users to Threads: Auto-Follow from Your Twitter/X Following List to Threads.net".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Threads Sync
Λήψη αρχείων επέκτασης Threads Sync σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Save hours: Auto-follow people on Threads that you follow on Twitter/X - with just a few clicks NON-OFFICIAL Twitter/X/THREADS TOOL TO - Search all people on Threads that you follow on X - Follow all (or selected) people on Threads that you follow on X HOW TO ✨ 1. Log in on X and Threads.net 2. Click on the Chrome extension icon on the top right in your browser and start the automation 3. Review list of matching users on Threads and select the ones you want to follow on Threads YES, IT’S 100% FREE 💰 No payment required, as we developed this app primarily for our own use. All we ask is for you to give us some Threads-love and follow us on Threads (will be suggested when you use the app) - Thanks! ✌️ DATA PRIVACY 🤫 We value your privacy. This extension runs locally on your computer, we do not store or share any data of people you are following. DISCLAIMER Prior to using the chrome extension, please take a moment to review this disclaimer. In order to prevent any potential banning, it is essential to thoroughly read and adhere to the rules and best practices of both platforms. X is a placeholder for any website. The number of websites this app is working with is currently limited but we might extend it in the future. This extension is meant not to harm any company X but to help users of Threads to access their personal data (like who they follow) and search for people to follow on Threads. This saves the user manual work. It downloads your personal data from X locally and searches for matching accounts on Threads. This extension helps you do the clicks on your computer in your name to save you time. Might stop working if X/Threads layout changes. Please let us know if that happens.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Threads Sync |
ID | jjpemkijfelmdhanbfiloljaokgddahi |
Επίσημο URL | https://chromewebstore.google.com/detail/threads-sync/jjpemkijfelmdhanbfiloljaokgddahi |
Περιγραφή | Seamlessly Import Twitter/X Users to Threads: Auto-Follow from Your Twitter/X Following List to Threads.net |
Μέγεθος Αρχείου | 588 KB |
Αριθμός Εγκαταστάσεων | 834 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2023-09-05 |
Ημερομηνία Δημοσίευσης | 2023-08-24 |
Αξιολόγηση | 3.11/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Info |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Checkthenet", "version": "1.0.8", "description": "Seamlessly Import Twitter\/X Users to Threads: Auto-Follow from Your Twitter\/X Following List to Threads.net", "manifest_version": 3, "name": "Threads Sync", "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/www.threads.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/www.threads.net\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*", "static\/css\/main.css", "fonts\/Inter-Regular.ttf" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "images\/popup-logo.png", "24": "images\/popup-logo.png", "32": "images\/popup-logo.png" }, "default_popup": "index.html" }, "icons": { "16": "images\/popup-logo.png", "32": "images\/popup-logo.png", "48": "images\/popup-logo.png", "128": "images\/popup-logo.png" } } |