Moments <> Notifications

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

Cos'è Moments <> Notifications?

Moments <> Notifications è un'estensione di Chrome sviluppata da cullenbmacdonald, e la sua funzione principale è "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moments <> Notifications

Scarica i file di estensione Moments <> Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

This swaps them back.                    

Informazioni di Base sull'Estensione

Nome Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
URL Ufficiale https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Descrizione Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Dimensione del File 600 KB
Conteggio Installazioni 134
Versione Corrente 0.3
Ultimo Aggiornamento 2015-12-05
Data di Pubblicazione 2015-12-04
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore cullenbmacdonald
Tipo di Pagamento free
Sito Web dell'Estensione http://cullen.website
Lingue Supportate 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"
            ]
        }
    ]
}