TwitFrens

Get mutual connections as a list on Twitter.

Qu'est-ce que TwitFrens ?

TwitFrens est une extension Chrome développée par Twitfrens, et sa fonction principale est "Get mutual connections as a list on Twitter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TwitFrens

Téléchargez les fichiers d'extension TwitFrens 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

                        Find mutual followers on Twitter easily.

Twitfrens is a chrome extension for Twitter to help users find mutual followers with anyone. It's a tool that will help you find if you have a connection with any account on Twitter.

Mutual followers with an account are people that follow you and are followed by the account. Example: Account 1 has 1K followers and 500 followingd. Twitfrens will tell you among the 500 following, which accounts are following you as well.

It tells the user the first degree connection with any Twitter account.                    

Informations de Base sur l'Extension

Nom TwitFrens TwitFrens
ID bcpjnadjkokegkppfmacbmohjgjdbifn
URL Officiel https://chromewebstore.google.com/detail/twitfrens/bcpjnadjkokegkppfmacbmohjgjdbifn
Description Get mutual connections as a list on Twitter.
Taille du Fichier 158 KB
Nombre d'Installations 53
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-11-10
Date de Publication 2022-11-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Twitfrens
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitfrens.webflow.io/
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitFrens",
    "description": "Get mutual connections as a list on Twitter.",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/icon16.png",
            "32": ".\/icons\/icon32.png",
            "128": ".\/icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                ".\/content-script.js",
                ".\/tailwind.js"
            ],
            "css": [
                ".\/index.css"
            ]
        }
    ]
}