Threads Lists
Easy way to transfer your twitter followers
Apa itu Threads Lists?
Threads Lists adalah ekstensi Chrome yang dikembangkan oleh https://threadslists.com, dan fitur utamanya adalah "Easy way to transfer your twitter followers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Threads Lists
Unduh file ekstensi Threads Lists dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.
Informasi Dasar Ekstensi
Nama | Threads Lists |
ID | ikcondoimaicdklohocliopmdlfgoohn |
URL Resmi | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
Deskripsi | Easy way to transfer your twitter followers |
Ukuran File | 16.26 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-07-26 |
Tanggal Publikasi | 2023-07-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://threadslists.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.threadslists.com |
URL Halaman Bantuan | https://www.threads.net/@bhsdrew |
Bahasa yang Didukung | 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\/*" ] } |