Moments <> Notifications

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

Apa itu Moments <> Notifications?

Moments <> Notifications adalah ekstensi Chrome yang dikembangkan oleh cullenbmacdonald, dan fitur utamanya adalah "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moments <> Notifications

Unduh file ekstensi Moments <> Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

This swaps them back.                    

Informasi Dasar Ekstensi

Nama Moments <> Notifications Moments <> Notifications
ID ccdkcbjfcfkiegpacpmneajglhohnfok
URL Resmi https://chromewebstore.google.com/detail/moments-%3C%3E-notifications/ccdkcbjfcfkiegpacpmneajglhohnfok
Deskripsi Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back.
Ukuran File 600 KB
Jumlah Instalasi 134
Versi Saat Ini 0.3
Terakhir Diperbarui 2015-12-05
Tanggal Publikasi 2015-12-04
Penilaian 4.44/5 Total 9 Penilaian
Pengembang cullenbmacdonald
Tipe Pembayaran free
Situs Ekstensi http://cullen.website
Bahasa yang Didukung 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"
            ]
        }
    ]
}