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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stapps.io และคุณลักษณะหลักของมันคือ "This extension offers a quick way to show all twitter accounts from the page its on."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter account detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}