Old Twitter Layout
Brings back the old Twitter Layout
Old Twitter Layout란 무엇입니까?
Old Twitter Layout은(는) Wolvan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings back the old Twitter Layout"입니다.
확장 프로그램 스크린샷
Old Twitter Layout 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Brings back the old Twitter layout, that Twitter has slowly started phasing out. No more mobile-like UI, no more currated feed. May require refreshing multiple times before it goes into effect due to browser caching. Want to thank me? Buy me a coffee! https://ko-fi.com/wolvan
확장 프로그램 기본 정보
이름 | |
ID | jjldkokjmjdnlnifmehbljdafklejeha |
공식 URL | https://chrome.google.com/webstore/detail/old-twitter-layout/jjldkokjmjdnlnifmehbljdafklejeha |
설명 | Brings back the old Twitter Layout |
파일 크기 | 45.42 KB |
설치 횟수 | 4,911 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2020-05-14 |
출시 날짜 | 2020-05-14 |
평점 | 4.51/5 총 261 개의 평점 |
개발자 | Wolvan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Twitter Layout", "description": "Brings back the old Twitter Layout", "version": "1.0.6", "short_name": "otl", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js", "scripts\/storage.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "scripts\/firefox-copyfix-wrapper.js", "scripts\/banner-removal-wrapper.js" ] } ], "web_accessible_resources": [ "scripts\/firefox-copyfix.js", "scripts\/banner-removal.js" ], "permissions": [ "webRequest", "webRequestBlocking", "clipboardRead", "clipboardWrite", "https:\/\/twitter.com\/*" ] } |