Twitter Bird Extension
Brings back the bird to Twitter website
Twitter Bird Extension란 무엇입니까?
Twitter Bird Extension은(는) Maciej Walkowiak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings back the bird to Twitter website"입니다.
확장 프로그램 스크린샷
Twitter Bird Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird! Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird
확장 프로그램 기본 정보
이름 | Twitter Bird Extension |
ID | edbcagncoehbfkcdjmopodnpgkfjfjlf |
공식 URL | https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf |
설명 | Brings back the bird to Twitter website |
파일 크기 | 9.17 KB |
설치 횟수 | 1,979 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-04-07 |
출시 날짜 | 2023-04-07 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | Maciej Walkowiak |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/maciejwalkowiak/twitter-bird-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Bird Extension", "version": "0.0.1", "manifest_version": 3, "description": "Brings back the bird to Twitter website", "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension", "icons": { "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/**" ], "js": [ "content-script.js" ] } ] } |