Twitter account detector

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

What is Twitter account detector?

Twitter account detector is a Chrome extension developed by https://stapps.io, and its main feature is "This extension offers a quick way to show all twitter accounts from the page its on.".

Extension Screenshots

screenshot

Download Twitter account detector Extension CRX File

Download Twitter account detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
Official URL 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.
File Size 988 KB
Installation Count 1,247
Current Version 3.0
Last Updated 2023-12-05
Publish Date 2020-03-17
Rating 4.64/5 Total 14 Ratings
Developer https://stapps.io
Email [email protected]
Payment Type free
Extension Website https://github.com/stilliard/Twitter-detector
Help Page URL https://github.com/stilliard/Twitter-detector
Privacy Policy Page URL https://twitter.com/en/privacy
Supported Languages 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"
            ]
        }
    ]
}