Twitter Score Calculator

Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios

Twitter Score Calculator क्या है?

Twitter Score Calculator Yuki Eliot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios"।

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

screenshot

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

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

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

                        Introducing the X-Score Checker (Twitter): Uncover the Health of X Accounts in a Flash

Make smarter decisions on X with this easy-to-use Chrome extension.

Quickly assess X accounts based on three key metrics:

- Follow Ratio: See how balanced an account's following is to gain insights into potential bot activity or unnatural growth.
- Engagement: Discover how actively followers interact with an account's content, indicating its relevance and influence.
- Activity: Evaluate how often an account posts and engages with others, revealing its level of dedication and presence on X.

Benefits:

- Identify High-Quality Accounts: Find genuine, influential accounts that are worth your time and attention.
- Spot Potential Spam or Bots: Protect yourself from fake followers and misleading engagement.
- Make Informed Follow Decisions: Choose accounts that align with your interests and goals, based on their activity and engagement levels.
- Streamline Your X Experience: Get instant insights without leaving your browser, saving you time and effort.                    

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

नाम Twitter Score Calculator Twitter Score Calculator
ID eeimcokiannckggjjfmljjooimjegbfl
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-score-calculator/eeimcokiannckggjjfmljjooimjegbfl
विवरण Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios
फ़ाइल का आकार 109 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2024-01-05
रेटिंग 5.00/5 कुल 25 रेटिंग्स
डेवलपर Yuki Eliot
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://twitter.com/yuki__bitcoin
गोपनीयता नीति पृष्ठ URL https://telegra.ph/Twitter-Score-Calculator-Privacy-Policy-01-08
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "Twitter Score Calculator",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "activeTab"
    ]
}