Twitter Logo Changer

Replace Twitter logo to the classic

Twitter Logo Changer란 무엇입니까?

Twitter Logo Changer은(는) ian.ilminmoon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Twitter logo to the classic"입니다.

확장 프로그램 스크린샷

screenshot

Twitter Logo Changer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        트위터 로고 변환기.
Transform your Twitter experience with Twitter Logo Changer.

Key Features:
Logo Customization: Swap the default Twitter logo with a new one, giving your Twitter interface a personalized touch.
User-friendly Interface: Our intuitive design and easy-to-use controls make customizing your Twitter logo as simple as a click.
Compatibility: Designed to work seamlessly with Twitter, ensuring smooth operation without affecting your usual Twitter usage.
Regular Updates: We strive to stay updated with any changes to Twitter's design to ensure continuous functionality.

Updated Log
v1.0 - 2023.07.24
Support Logo

v1.1 - 2023.07.25
Support favicon

v1.2 - 2023.07.26
Support Logo(because twitter changed their logo)

v1.3 - 2023.08.13
Support title, Fixed bugs

v1.4 - 2023.08.15
Changed Tweet Button text(Post -> Tweet)

v1.5 - 2023.08.19
Fixed typo                    

확장 프로그램 기본 정보

이름 Twitter Logo Changer Twitter Logo Changer
ID leffemmmchgmbkcpgaelaffciilelmcc
공식 URL https://chromewebstore.google.com/detail/twitter-logo-changer/leffemmmchgmbkcpgaelaffciilelmcc
설명 Replace Twitter logo to the classic
파일 크기 59.25 KB
설치 횟수 432
현재 버전 1.5
최근 업데이트 2023-08-21
출시 날짜 2023-07-25
평점 4.86/5 총 7 개의 평점
개발자 ian.ilminmoon
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/smileostrich
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Logo Changer",
    "version": "1.5",
    "description": "Replace Twitter logo to the classic",
    "action": {
        "default_icon": {
            "48": ".\/PNG\/blue.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": ".\/PNG\/blue.png"
    }
}