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
官方網址 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"
            ]
        }
    ]
}