Twitter Origifier
Makes twitter images their original resolution
Twitter Origifier란 무엇입니까?
Twitter Origifier은(는) @nathanwentworth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes twitter images their original resolution"입니다.
Twitter Origifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitter hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution. How to use! 1. Right click image on twitter 2. Open in a new tab 3. Done!
확장 프로그램 기본 정보
이름 | Twitter Origifier |
ID | lcbhlbbekpaklnhgfcccpdplhegpjkjk |
공식 URL | https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk |
설명 | Makes twitter images their original resolution |
파일 크기 | 3.28 KB |
설치 횟수 | 32 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-11-27 |
출시 날짜 | 2017-11-27 |
개발자 | @nathanwentworth |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nathanwentworth.co |
도움말 페이지 URL | https://twitter.com/nathanwentworth |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Origifier", "version": "1.3", "manifest_version": 2, "description": "Makes twitter images their original resolution", "homepage_url": "https:\/\/nathanwentworth.co", "content_scripts": [ { "matches": [ "https:\/\/pbs.twimg.com\/media\/*" ], "js": [ "origifier.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |