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
官方網址 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"
}