Twitter account detector

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

Twitter account detector क्या है?

Twitter account detector https://stapps.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension offers a quick way to show all twitter accounts from the page its on."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter account detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck
विवरण This extension offers a quick way to show all twitter accounts from the page its on.
फ़ाइल का आकार 988 KB
स्थापना संख्या 1,247
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2020-03-17
रेटिंग 4.64/5 कुल 14 रेटिंग्स
डेवलपर https://stapps.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/stilliard/Twitter-detector
सहायता पृष्ठ URL https://github.com/stilliard/Twitter-detector
गोपनीयता नीति पृष्ठ URL https://twitter.com/en/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}