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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}