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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |