Classic Twitter Logo

Restore Twitters Logo & Favicon 👏

什么是Classic Twitter Logo?

Classic Twitter Logo是由Nic开发的Chrome扩展程序,该扩展的主要功能是“Restore Twitters Logo & Favicon 👏”。

扩展截图

screenshot

下载Classic Twitter Logo扩展crx文件

下载Classic Twitter Logo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Restore Twitters Logo & Favicon 👏

This Chrome extension brings back the classic Twitter logo and favicon. If you miss the old bird icon (affectionately known as "Larry") and prefer the nostalgic look, this extension is perfect for you.

Source Code: https://github.com/niclm/classic-twitter-logo                    

扩展基本信息

名称 Classic Twitter Logo Classic Twitter Logo
ID keiaaebomajecbjhpfembkjcillhkpbg
官方URL https://chromewebstore.google.com/detail/classic-twitter-logo/keiaaebomajecbjhpfembkjcillhkpbg
简介 Restore Twitters Logo & Favicon 👏
文件大小 9.69 KB
安装次数 45
当前版本 1.1
更新时间 2023-09-23
上架时间 2023-07-25
评分 5.00/5 共1次评分
开发者 Nic
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/niclm/classic-twitter-logo
帮助页面URL https://github.com/niclm/classic-twitter-logo/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Classic Twitter Logo",
    "description": "Restore Twitters Logo & Favicon \ud83d\udc4f",
    "version": "1.1",
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}