Threads Lists
Easy way to transfer your twitter followers
Was ist Threads Lists?
Threads Lists ist eine Chrome-Erweiterung, die von https://threadslists.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to transfer your twitter followers".
Erweiterungsscreenshots
Threads Lists-Erweiterungs-CRX-Datei herunterladen
Laden Sie Threads Lists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.
Grundlegende Informationen zur Erweiterung
Name | Threads Lists |
ID | ikcondoimaicdklohocliopmdlfgoohn |
Offizielle URL | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
Beschreibung | Easy way to transfer your twitter followers |
Dateigröße | 16.26 KB |
Installationsanzahl | 113 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-07-26 |
Veröffentlichungsdatum | 2023-07-26 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://threadslists.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.threadslists.com |
Hilfeseite URL | https://www.threads.net/@bhsdrew |
Unterstützte Sprachen | 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\/*" ] } |