Moments <> Notifications

Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.

O que é Moments <> Notifications?

Moments <> Notifications é uma extensão do Chrome desenvolvida por cullenbmacdonald, e sua principal característica é "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Moments <> Notifications

Baixe arquivos de extensão Moments <> Notifications 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

                        Moments and notifications were swapped on twitter so that we accidentally use moments. 

This swaps them back.                    

Informações Básicas da Extensão

Nome Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
URL Oficial https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Descrição Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Tamanho do Arquivo 600 KB
Contagem de Instalações 134
Versão Atual 0.3
Última Atualização 2015-12-05
Data de Publicação 2015-12-04
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor cullenbmacdonald
Tipo de Pagamento free
Site da Extensão http://cullen.website
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moments <> Notifications",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}