Twitter Token Login

Logging into a Twitter account using a token

Twitter Token Loginとは何ですか?

Twitter Token Loginはhttps://hdd.cmによって開発されたChromeの拡張機能で、その主な機能は「Logging into a Twitter account using a token」です。

拡張機能のスクリーンショット

screenshot

Twitter Token Login拡張機能のCRXファイルをダウンロード

Twitter Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Logging into  Twitter account using auth_token
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 gidagjoldoibifeocgoioiblgpehmbad
公式URL https://chromewebstore.google.com/detail/twitter-token-login/gidagjoldoibifeocgoioiblgpehmbad
説明 Logging into a Twitter account using a token
ファイルサイズ 9.5 KB
インストール数 3,000
現在のバージョン 1.0
最終更新日 2023-09-29
公開日 2023-09-28
評価 5.00/5 合計 1 レビュー
開発者 https://hdd.cm
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hdd.cm/
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "index.html"
    },
    "description": "Logging into a Twitter account using a token",
    "icons": {
        "128": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "manifest_version": 3,
    "name": "Twitter Token Login",
    "version": "1.0"
}