Threads Lists

Easy way to transfer your twitter followers

什麼是Threads Lists?

Threads Lists是由https://threadslists.com開發的Chrome擴展程式,該擴展的主要功能是“Easy way to transfer your twitter followers”。

擴展截圖

screenshot

下載Threads Lists擴展crx文件

下載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
官方網址 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\/*"
    ]
}