Get back Twitter icon

Let's get back the blue bird.

O que é Get back Twitter icon?

Get back Twitter icon é uma extensão do Chrome desenvolvida por sgtm0113, e sua principal característica é "Let's get back the blue bird.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Get back Twitter icon

Baixe arquivos de extensão Get back Twitter icon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Get back Twitter icon Get back Twitter icon
ID jhjplebiffhpkcfnldddnjlfbjblalfi
URL Oficial https://chromewebstore.google.com/detail/get-back-twitter-icon/jhjplebiffhpkcfnldddnjlfbjblalfi
Descrição Let's get back the blue bird.
Tamanho do Arquivo 67.6 KB
Contagem de Instalações 142
Versão Atual 1.0.2
Última Atualização 2023-08-03
Data de Publicação 2023-07-31
Desenvolvedor sgtm0113
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}