Twitter account detector

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

Was ist Twitter account detector?

Twitter account detector ist eine Chrome-Erweiterung, die von https://stapps.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension offers a quick way to show all twitter accounts from the page its on.".

Erweiterungsscreenshots

screenshot

Twitter account detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter account detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
Offizielle URL https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck
Beschreibung This extension offers a quick way to show all twitter accounts from the page its on.
Dateigröße 988 KB
Installationsanzahl 1,247
Aktuelle Version 3.0
Letztes Update 2023-12-05
Veröffentlichungsdatum 2020-03-17
Bewertung 4.64/5 Insgesamt 14 Bewertungen
Entwickler https://stapps.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/stilliard/Twitter-detector
Hilfeseite URL https://github.com/stilliard/Twitter-detector
URL der Datenschutzrichtlinien-Seite https://twitter.com/en/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}