PTT Auto Login
Automating the login process for PTT.
PTT Auto Loginとは何ですか?
PTT Auto LoginはTatsujin Chinによって開発されたChromeの拡張機能で、その主な機能は「Automating the login process for PTT.」です。
拡張機能のスクリーンショット
PTT Auto Login拡張機能のCRXファイルをダウンロード
PTT Auto Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. 點此擴充功能會開啟 PTT(https://term.ptt.cc) 2. 在 PTT 點此擴充功能即可設定登入代號及密碼 3. 未來在打開 PTT 時就都會自動登入了 4. 可至 chrome://password-manager/passwords 搜尋 term.ptt.cc 以管理密碼
拡張機能の基本情報
名前 | PTT Auto Login |
ID | ghaajmaenailmmipaomfgoaemccfadfj |
公式URL | https://chromewebstore.google.com/detail/ptt-auto-login/ghaajmaenailmmipaomfgoaemccfadfj |
説明 | Automating the login process for PTT. |
ファイルサイズ | 33.09 KB |
インストール数 | 2,081 |
現在のバージョン | 1.4 |
最終更新日 | 2023-12-15 |
公開日 | 2021-10-21 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Tatsujin Chin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/c910335/ptt-chrome-auto-login |
ヘルプページのURL | https://github.com/c910335/ptt-chrome-auto-login/issues |
対応言語 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PTT Auto Login", "description": "Automating the login process for PTT.", "version": "1.4", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "\/icons\/P16.png", "32": "\/icons\/P32.png", "48": "\/icons\/P48.png", "128": "\/icons\/P128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/term.ptt.cc\/*" ], "js": [ "src\/content.js" ] } ] } |