Twitter account detector

This extension offers a quick way to show all twitter accounts from the page its on.

Qu'est-ce que Twitter account detector ?

Twitter account detector est une extension Chrome développée par https://stapps.io, et sa fonction principale est "This extension offers a quick way to show all twitter accounts from the page its on.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter account detector

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

                        This extension helps you find Twitter/X accounts for the page its on so you can contact or follow them easily. 
Unofficial extension.

Feel free to contribute with code or ideas:
https://github.com/stilliard/Twitter-detector                    

Informations de Base sur l'Extension

Nom Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
URL Officiel https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck
Description This extension offers a quick way to show all twitter accounts from the page its on.
Taille du Fichier 988 KB
Nombre d'Installations 1,247
Version Actuelle 3.0
Dernière Mise à Jour 2023-12-05
Date de Publication 2020-03-17
Évaluation 4.64/5 Total 14 Évaluations
Développeur https://stapps.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/stilliard/Twitter-detector
URL de la Page d'Aide https://github.com/stilliard/Twitter-detector
URL de la Page de Politique de Confidentialité https://twitter.com/en/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter account detector",
    "description": "This extension offers a quick way to show all twitter accounts from the page its on.",
    "version": "3.0",
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}