Latest Tweets First
Always show latest tweets with the new Twitter Layout.
Latest Tweets First란 무엇입니까?
Latest Tweets First은(는) https://latesttweetsfirst.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always show latest tweets with the new Twitter Layout."입니다.
확장 프로그램 스크린샷
Latest Tweets First 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"The new Twitter layout is amazing!" — someone must have said it, but it wasn't us. The thing we disliked most about the new Twitter design is when you filter by 'Latest' tweets, it soon reverts back to 'Top' tweets. With Latest Tweets First, your Twitter feed will automatically show the latest tweets — and *always* the latest tweets — from the people you follow.
확장 프로그램 기본 정보
이름 | Latest Tweets First |
ID | hfiojngnjcplepmpggjdlnhilccafgaf |
공식 URL | https://chromewebstore.google.com/detail/latest-tweets-first/hfiojngnjcplepmpggjdlnhilccafgaf |
설명 | Always show latest tweets with the new Twitter Layout. |
파일 크기 | 7.04 KB |
설치 횟수 | 626 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2019-07-30 |
출시 날짜 | 2019-07-30 |
평점 | 4.11/5 총 9 개의 평점 |
개발자 | https://latesttweetsfirst.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://latesttweetsfirst.com |
도움말 페이지 URL | https://latesttweetsfirst.com/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "src\/icon.png" }, "browser_action": { "default_icon": { "128": "src\/icon.png" } }, "content_scripts": [ { "js": [ ".\/src\/content.js" ], "matches": [ "https:\/\/www.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ ".\/src\/background.js" ] }, "description": "Always show latest tweets with the new Twitter Layout.", "manifest_version": 2, "name": "Latest Tweets First", "short_name": "Latest Tweets First", "permissions": [], "version": "1.1.3" } |