Threads Lists
Easy way to transfer your twitter followers
Co je Threads Lists?
Threads Lists je rozšíření Chrome vyvinuté https://threadslists.com, a jeho hlavní funkcí je „Easy way to transfer your twitter followers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Threads Lists
Stáhněte si soubory rozšíření Threads Lists ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.
Základní Informace o Rozšíření
Název | Threads Lists |
ID | ikcondoimaicdklohocliopmdlfgoohn |
Oficiální URL | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
Popis | Easy way to transfer your twitter followers |
Velikost souboru | 16.26 KB |
Počet instalací | 113 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-07-26 |
Datum Vydání | 2023-07-26 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://threadslists.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.threadslists.com |
URL Stránky Nápovědy | https://www.threads.net/@bhsdrew |
Podporované Jazyky | 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\/*" ] } |