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 jinchanzi.xyz, 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 a Twitter account using a 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 nnjlbhbajbeagngabejdpenghpkglghd
Official URL https://chromewebstore.google.com/detail/twitter-token-login/nnjlbhbajbeagngabejdpenghpkglghd
Description Logging into a Twitter account using a token
File Size 13.58 KB
Installation Count 982
Current Version 1.0
Last Updated 2023-10-31
Publish Date 2023-10-31
Rating 5.00/5 Total 3 Ratings
Developer jinchanzi.xyz
Email [email protected]
Payment Type free
Extension Website https://twitter.com/
Help Page URL https://twitter.com/
Privacy Policy Page URL https://twitter.com/en/privacy
Supported Languages en-US
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"
}