Threads Lists

Easy way to transfer your twitter followers

Qu'est-ce que Threads Lists ?

Threads Lists est une extension Chrome développée par https://threadslists.com, et sa fonction principale est "Easy way to transfer your twitter followers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Threads Lists

Téléchargez les fichiers d'extension Threads Lists au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Threads Lists Threads Lists
ID ikcondoimaicdklohocliopmdlfgoohn
URL Officiel https://chromewebstore.google.com/detail/threads-lists/ikcondoimaicdklohocliopmdlfgoohn
Description Easy way to transfer your twitter followers
Taille du Fichier 16.26 KB
Nombre d'Installations 113
Version Actuelle 1.0
Dernière Mise à Jour 2023-07-26
Date de Publication 2023-07-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://threadslists.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.threadslists.com
URL de la Page d'Aide https://www.threads.net/@bhsdrew
Langues Prises en Charge 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\/*"
    ]
}