Moments <> Notifications

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

Qu'est-ce que Moments <> Notifications ?

Moments <> Notifications est une extension Chrome développée par cullenbmacdonald, et sa fonction principale est "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moments <> Notifications

Téléchargez les fichiers d'extension Moments <> Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

This swaps them back.                    

Informations de Base sur l'Extension

Nom Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
URL Officiel https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Description Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Taille du Fichier 600 KB
Nombre d'Installations 134
Version Actuelle 0.3
Dernière Mise à Jour 2015-12-05
Date de Publication 2015-12-04
Évaluation 4.44/5 Total 9 Évaluations
Développeur cullenbmacdonald
Type de Paiement free
Site Web de l'Extension http://cullen.website
Langues Prises en Charge 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"
            ]
        }
    ]
}