Moments <> Notifications

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

Τι είναι το Moments <> Notifications;

Το Moments <> Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cullenbmacdonald, και η κύρια λειτουργία του είναι "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Moments <> Notifications

Λήψη αρχείων επέκτασης Moments <> Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

This swaps them back.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
Επίσημο URL https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Περιγραφή Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Μέγεθος Αρχείου 600 KB
Αριθμός Εγκαταστάσεων 134
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2015-12-05
Ημερομηνία Δημοσίευσης 2015-12-04
Αξιολόγηση 4.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής cullenbmacdonald
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://cullen.website
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}