Twitter :orig
Redirects Twitter pictures and profile banners to their full-size URLs.
Twitter :orig란 무엇입니까?
Twitter :orig은(는) Mayhem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects Twitter pictures and profile banners to their full-size URLs."입니다.
확장 프로그램 스크린샷
Twitter :orig 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change log:
- 0.0.8: New .webp images are now ignored
- 0.0.7: Updated to use the manifest version 3, and "declarativeNetRequest" Chrome extension API.
- 0.0.6: Fixed filename when saving, fixed redirecting the pictures to the full-size URLs on Twitter itself.
- 0.0.5: Added support for profile pictures
- 0.0.4: Added support for profile banners
- 0.0.3: Added support for the different URL format on mobile.twitter.com
- 0.0.2: Removed the size suffix when saving files
- 0.0.1: Initial release 확장 프로그램 기본 정보
| 이름 | |
| ID | omcceanflgdamgeehackanacaikfpfen |
| 공식 URL | https://chromewebstore.google.com/detail/twitter-orig/omcceanflgdamgeehackanacaikfpfen |
| 설명 | Redirects Twitter pictures and profile banners to their full-size URLs. |
| 파일 크기 | 3.44 KB |
| 설치 횟수 | 164 |
| 현재 버전 | 0.0.8 |
| 최근 업데이트 | 2023-08-31 |
| 출시 날짜 | 2019-02-27 |
| 평점 | 4.75/5 총 4 개의 평점 |
| 개발자 | Mayhem |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitter :orig",
"description": "Redirects Twitter pictures and profile banners to their full-size URLs.",
"version": "0.0.8",
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/twitter.com\/*",
"*:\/\/mobile.twitter.com\/*",
"*:\/\/pbs.twimg.com\/media\/",
"*:\/\/pbs.twimg.com\/profile_banners\/",
"*:\/\/pbs.twimg.com\/profile_images\/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rules",
"enabled": true,
"path": "rules.json"
}
]
}
} | |