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 ccx, 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

                        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 lebmjgeajaflbnbggmpeibnpeonjlmgb
Official URL https://chromewebstore.google.com/detail/twitter-token-login/lebmjgeajaflbnbggmpeibnpeonjlmgb
Description Logging into a Twitter account using a token
File Size 10.63 KB
Installation Count 30,000
Current Version 1.0.0
Last Updated 2023-05-22
Publish Date 2023-05-22
Rating 4.29/5 Total 7 Ratings
Developer ccx
Email [email protected]
Payment Type free
Supported Languages 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"
}