Twitter Token Login
Logging into a Twitter account using a token
Twitter Token Loginとは何ですか?
Twitter Token Loginはjinchanzi.xyzによって開発されたChromeの拡張機能で、その主な機能は「Logging into a Twitter account using a token」です。
拡張機能のスクリーンショット
Twitter Token Login拡張機能のCRXファイルをダウンロード
Twitter Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Twitter Token Login |
ID | nnjlbhbajbeagngabejdpenghpkglghd |
公式URL | https://chromewebstore.google.com/detail/twitter-token-login/nnjlbhbajbeagngabejdpenghpkglghd |
説明 | Logging into a Twitter account using a token |
ファイルサイズ | 13.58 KB |
インストール数 | 982 |
現在のバージョン | 1.0 |
最終更新日 | 2023-10-31 |
公開日 | 2023-10-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | jinchanzi.xyz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/ |
ヘルプページのURL | https://twitter.com/ |
プライバシーポリシーページのURL | https://twitter.com/en/privacy |
対応言語 | 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" } |