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
Eメール [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"
            ]
        }
    ]
}