Return Twitter Bird

Extension to restore the iconic Twitter logo, for those who think the X looks tacky.

Return Twitter Bird란 무엇입니까?

Return Twitter Bird은(는) Luis Ángel Herrero에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to restore the iconic Twitter logo, for those who think the X looks tacky."입니다.

확장 프로그램 스크린샷

screenshot

Return Twitter Bird 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        We have all seen the Twitter logo thousands of times, and seeing it suddenly change to an X can be hard for many of us.

That's why I've created this extension, which allows you to bring back that little blue bird we held so dear.

Made with love by @lahdiezz.                    

확장 프로그램 기본 정보

이름 Return Twitter Bird Return Twitter Bird
ID mdhfblgojkmlpoodcamfebfglifbcilh
공식 URL https://chromewebstore.google.com/detail/return-twitter-bird/mdhfblgojkmlpoodcamfebfglifbcilh
설명 Extension to restore the iconic Twitter logo, for those who think the X looks tacky.
파일 크기 8.28 KB
설치 횟수 171
현재 버전 1.1
최근 업데이트 2023-07-27
출시 날짜 2023-07-26
평점 4.00/5 총 2 개의 평점
개발자 Luis Ángel Herrero
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Twitter Bird",
    "version": "1.1",
    "description": "Extension to restore the iconic Twitter logo, for those who think the X looks tacky.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/x.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}