Threads Lists

Easy way to transfer your twitter followers

Wat is Threads Lists?

Threads Lists is een Chrome-extensie ontwikkeld door https://threadslists.com, en de belangrijkste functie is "Easy way to transfer your twitter followers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Threads Lists

Download Threads Lists-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Threads Lists Threads Lists
ID ikcondoimaicdklohocliopmdlfgoohn
Officiële URL https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn
Beschrijving Easy way to transfer your twitter followers
Bestandsgrootte 16.26 KB
Aantal Installaties 113
Huidige Versie 1.0
Laatst Bijgewerkt 2023-07-26
Publicatiedatum 2023-07-26
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://threadslists.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.threadslists.com
Help Pagina-URL https://www.threads.net/@bhsdrew
Ondersteunde Talen 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\/*"
    ]
}