Threads Lists

Easy way to transfer your twitter followers

What is Threads Lists?

Threads Lists is a Chrome extension developed by https://threadslists.com, and its main feature is "Easy way to transfer your twitter followers".

Extension Screenshots

screenshot

Download Threads Lists Extension CRX File

Download Threads Lists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Threads Lists Threads Lists
ID ikcondoimaicdklohocliopmdlfgoohn
Official URL https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn
Description Easy way to transfer your twitter followers
File Size 16.26 KB
Installation Count 113
Current Version 1.0
Last Updated 2023-07-26
Publish Date 2023-07-26
Rating 1.00/5 Total 1 Ratings
Developer https://threadslists.com
Email [email protected]
Payment Type free
Extension Website https://www.threadslists.com
Help Page URL https://www.threads.net/@bhsdrew
Supported Languages 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\/*"
    ]
}