Moments <> Notifications

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

Moments <> Notifications क्या है?

Moments <> Notifications cullenbmacdonald द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moments and notifications were swapped on twitter so that we accidentally use moments. This swaps them back."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moments <> Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}