Moments <> Notifications

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

Co je Moments <> Notifications?

Moments <> Notifications je rozšíření Chrome vyvinuté cullenbmacdonald, a jeho hlavní funkcí je „Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Moments <> Notifications

Stáhněte si soubory rozšíření Moments <> Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

This swaps them back.                    

Základní Informace o Rozšíření

Název Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
Oficiální URL https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Popis Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Velikost souboru 600 KB
Počet instalací 134
Aktuální Verze 0.3
Poslední Aktualizace 2015-12-05
Datum Vydání 2015-12-04
Hodnocení 4.44/5 Celkem 9 Hodnocení
Vývojář cullenbmacdonald
Typ Platby free
Webové stránky Rozšíření http://cullen.website
Podporované Jazyky 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"
            ]
        }
    ]
}