Twitter Score Calculator

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

Twitter Score Calculator là gì?

Twitter Score Calculator là một tiện ích mở rộng Chrome được phát triển bởi Yuki Eliot, và tính năng chính của nó là "Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Score Calculator

Tải xuống các tệp mở rộng Twitter Score Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Score Calculator Twitter Score Calculator
ID eeimcokiannckggjjfmljjooimjegbfl
URL Chính Thức https://chromewebstore.google.com/detail/twitter-score-calculator/eeimcokiannckggjjfmljjooimjegbfl
Mô tả Chrome extension which scores twitter accounts based on engagement, activeness and follower following ratios
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2024-01-05
Đánh Giá 5.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Yuki Eliot
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/yuki__bitcoin
URL Trang Chính Sách Bảo Mật https://telegra.ph/Twitter-Score-Calculator-Privacy-Policy-01-08
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}