Twitter account detector

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

Wat is Twitter account detector?

Twitter account detector is een Chrome-extensie ontwikkeld door https://stapps.io, en de belangrijkste functie is "This extension offers a quick way to show all twitter accounts from the page its on.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter account detector

Download Twitter account detector-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

                        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                    

Basisinformatie over de Extensie

Naam Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
Officiële URL https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck
Beschrijving This extension offers a quick way to show all twitter accounts from the page its on.
Bestandsgrootte 988 KB
Aantal Installaties 1,247
Huidige Versie 3.0
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2020-03-17
Beoordeling 4.64/5 Totaal 14 Beoordelingen
Ontwikkelaar https://stapps.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/stilliard/Twitter-detector
Help Pagina-URL https://github.com/stilliard/Twitter-detector
URL van de Privacybeleid Pagina https://twitter.com/en/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}