Twitter Token Login

Logging into a Twitter account using a token

What is Twitter Token Login?

Twitter Token Login is a Chrome extension developed by https://hdd.cm, and its main feature is "Logging into a Twitter account using a token".

Extension Screenshots

screenshot

Download Twitter Token Login Extension CRX File

Download Twitter Token Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter Token Login Twitter Token Login
ID gidagjoldoibifeocgoioiblgpehmbad
Official URL https://chromewebstore.google.com/detail/twitter-token-login/gidagjoldoibifeocgoioiblgpehmbad
Description Logging into a Twitter account using a token
File Size 9.5 KB
Installation Count 3,000
Current Version 1.0
Last Updated 2023-09-29
Publish Date 2023-09-28
Rating 5.00/5 Total 1 Ratings
Developer https://hdd.cm
Email [email protected]
Payment Type free
Extension Website https://hdd.cm/
Supported Languages 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"
}