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ファイルをダウンロード

Good old Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}