Threads Lists
Easy way to transfer your twitter followers
ما هو Threads Lists؟
Threads Lists هو إضافة Chrome تم تطويرها بواسطة https://threadslists.com، والميزة الرئيسية لها هي "Easy way to transfer your twitter followers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Threads Lists
قم بتنزيل ملفات الامتداد Threads Lists بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.
معلومات أساسية عن التمديد
الاسم | Threads Lists |
ID | ikcondoimaicdklohocliopmdlfgoohn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn |
الوصف | Easy way to transfer your twitter followers |
حجم الملف | 16.26 KB |
عدد التثبيتات | 113 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-07-26 |
تاريخ النشر | 2023-07-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://threadslists.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.threadslists.com |
عنوان صفحة المساعدة | https://www.threads.net/@bhsdrew |
اللغات المدعومة | 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\/*" ] } |