Twitter Token Login
Logging into a Twitter account using a token
Twitter Token Loginとは何ですか?
Twitter Token Loginはccxによって開発されたChromeの拡張機能で、その主な機能は「Logging into a Twitter account using a token」です。
拡張機能のスクリーンショット
Twitter Token Login拡張機能のCRXファイルをダウンロード
Twitter Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the plugin's pop-up window, simply enter the token, click "Login," and the page will automatically refresh, enabling one-click login. 拡張機能の基本情報
| 名前 | |
| ID | lebmjgeajaflbnbggmpeibnpeonjlmgb |
| 公式URL | https://chromewebstore.google.com/detail/twitter-token-login/lebmjgeajaflbnbggmpeibnpeonjlmgb |
| 説明 | Logging into a Twitter account using a token |
| ファイルサイズ | 10.63 KB |
| インストール数 | 30,000 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-05-22 |
| 公開日 | 2023-05-22 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | ccx |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
} | |