Threads Lists

Easy way to transfer your twitter followers

Threads Listsคืออะไร?

Threads Lists เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://threadslists.com และคุณลักษณะหลักของมันคือ "Easy way to transfer your twitter followers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Threads Lists

ดาวน์โหลดไฟล์ส่วนขยาย Threads Lists ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple app that finds your twitter followers and submits them to threads lists for you to easily click and follow.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Threads Lists 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
URL หน้าช่วยเหลือ 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\/*"
    ]
}