Make Twitter Square Again

It's hip to be square.

O que é Make Twitter Square Again?

Make Twitter Square Again é uma extensão do Chrome desenvolvida por Taylor, e sua principal característica é "It's hip to be square.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Make Twitter Square Again

Baixe arquivos de extensão Make Twitter Square Again 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

                        Make Twitter Square Again!

Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.                    

Informações Básicas da Extensão

Nome Make Twitter Square Again Make Twitter Square Again
ID keiobocclhlchklcfmngllhlbbgfbkpa
URL Oficial https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa
Descrição It's hip to be square.
Tamanho do Arquivo 6.59 KB
Contagem de Instalações 23
Versão Atual 0.1.4
Última Atualização 2017-06-16
Data de Publicação 2017-06-16
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Taylor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Twitter Square Again",
    "version": "0.1.4",
    "description": "It's hip to be square.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    }
}