Good old Twitter

Returning old twitter logo

Good old Twitter란 무엇입니까?

Good old Twitter은(는) https://631am.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Returning old twitter logo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Good old Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you are not yet ready for the global redesign that Elon Musk has prepared for the well-known Twitter name and logo, you can easily revert to the originals using this simple extension.                    

확장 프로그램 기본 정보

이름 Good old Twitter Good old Twitter
ID bgfjejkobipclcknhenalahjbbphleio
공식 URL https://chromewebstore.google.com/detail/good-old-twitter/bgfjejkobipclcknhenalahjbbphleio
설명 Returning old twitter logo
파일 크기 180 KB
설치 횟수 467
현재 버전 1.0.2
최근 업데이트 2023-07-27
출시 날짜 2023-07-25
평점 5.00/5 총 5 개의 평점
개발자 https://631am.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://631am.com/good-old-twitter
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Good old Twitter",
    "version": "1.0.2",
    "description": "Returning old twitter logo",
    "homepage_url": "https:\/\/github.com\/littlemyx\/good_old_twitter",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "icons": {
        "16": "icon16.719d9ca8.png",
        "32": "icon32.4042bece.png",
        "48": "icon48.be0ec3db.png",
        "128": "icon.082f75ba.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/x.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "content.70a01fb4.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.e17f98f3.html"
    }
}