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
公式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
Eメール [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\/*"
    ]
}