Moments <> Notifications

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

Wat is Moments <> Notifications?

Moments <> Notifications is een Chrome-extensie ontwikkeld door cullenbmacdonald, en de belangrijkste functie is "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moments <> Notifications

Download Moments <> Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

This swaps them back.                    

Basisinformatie over de Extensie

Naam Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
Officiële URL https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Beschrijving Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Bestandsgrootte 600 KB
Aantal Installaties 134
Huidige Versie 0.3
Laatst Bijgewerkt 2015-12-05
Publicatiedatum 2015-12-04
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar cullenbmacdonald
Betalingswijze free
Extensiewebsite http://cullen.website
Ondersteunde Talen 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"
            ]
        }
    ]
}