Twitter account detector

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

Twitter account detector là gì?

Twitter account detector là một tiện ích mở rộng Chrome được phát triển bởi https://stapps.io, và tính năng chính của nó là "This extension offers a quick way to show all twitter accounts from the page its on.".

Ả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 account detector

Tải xuống các tệp mở rộng Twitter account detector 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

                        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                    

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

Tên Twitter account detector Twitter account detector
ID papcdbgfejihdinhieggiamjnkclhkck
URL Chính Thức https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck
Mô tả This extension offers a quick way to show all twitter accounts from the page its on.
Kích Thước Tệp 988 KB
Số Lần Cài Đặt 1,247
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2020-03-17
Đánh Giá 4.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://stapps.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stilliard/Twitter-detector
URL Trang Trợ Giúp https://github.com/stilliard/Twitter-detector
URL Trang Chính Sách Bảo Mật https://twitter.com/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}