Moments <> Notifications

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

Co to jest Moments <> Notifications?

Moments <> Notifications to rozszerzenie Chrome opracowane przez cullenbmacdonald, a jego główną funkcją jest „Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Moments <> Notifications

Pobierz pliki rozszerzeń Moments <> Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

This swaps them back.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
Oficjalny URL https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Opis Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Rozmiar pliku 600 KB
Liczba instalacji 134
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2015-12-05
Data Publikacji 2015-12-04
Ocena 4.44/5 Łącznie 9 Oceny
Deweloper cullenbmacdonald
Typ Płatności free
Strona Rozszerzenia http://cullen.website
Obsługiwane Języki 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"
            ]
        }
    ]
}