Twitter Token Login

Logging into a Twitter account using a token

Twitter Token Loginคืออะไร?

Twitter Token Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ccx และคุณลักษณะหลักของมันคือ "Logging into a Twitter account using a token"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Twitter Token Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With the plugin's pop-up window, simply enter the token, click "Login," and the page will automatically refresh, enabling one-click login.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Token Login Twitter Token Login
ID lebmjgeajaflbnbggmpeibnpeonjlmgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-token-login/lebmjgeajaflbnbggmpeibnpeonjlmgb
คำอธิบาย Logging into a Twitter account using a token
ขนาดไฟล์ 10.63 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-05-22
วันที่เผยแพร่ 2023-05-22
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา ccx
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/login.png",
        "default_popup": "popup\/index.html"
    },
    "description": "Logging into a Twitter account using a token",
    "icons": {
        "128": "icons\/login.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "popup\/script.js"
            ],
            "css": [
                "popup\/style.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "manifest_version": 3,
    "name": "Twitter Token Login",
    "version": "1.0.0"
}