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开发的Chrome扩展程序,该扩展的主要功能是“This extension offers a quick way to show all twitter accounts from the page its on.”。

扩展截图

screenshot

下载Twitter account detector扩展crx文件

下载Twitter account detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}