Get back Twitter icon

Let's get back the blue bird.

什么是Get back Twitter icon?

Get back Twitter icon是由sgtm0113开发的Chrome扩展程序,该扩展的主要功能是“Let's get back the blue bird.”。

扩展截图

screenshot

下载Get back Twitter icon扩展crx文件

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

扩展使用说明

                        Elon Musk changed the icon of Twitter to "X".
This extension reverts the change.

Change Log:
Ver. 1.0.0:
First Publish.

Ver. 1.0.1:
Make it possible to select the icon of tabs.
Add feature to modify the icon on the page.

Ver 1.0.2:
Fix size of one of icon.
Fix problem about modifing the icon on the page.                    

扩展基本信息

名称 Get back Twitter icon Get back Twitter icon
ID jhjplebiffhpkcfnldddnjlfbjblalfi
官方URL https://chromewebstore.google.com/detail/get-back-twitter-icon/jhjplebiffhpkcfnldddnjlfbjblalfi
简介 Let's get back the blue bird.
文件大小 67.6 KB
安装次数 142
当前版本 1.0.2
更新时间 2023-08-03
上架时间 2023-07-31
开发者 sgtm0113
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "version": "1.0.2",
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "css": [
                "css\/page.css"
            ],
            "js": [
                "js\/page.js"
            ]
        }
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "html\/option.html"
}