Neila Live Notifier

Extension pour suivre les lives de Neila

Neila Live Notifier क्या है?

Neila Live Notifier Neila-gaming द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension pour suivre les lives de Neila"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Neila Live Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Soyez au courant quand Neila lance son stream !

L'icone de l'extension passe au bleu quand Neila est en live.
Ouvre un onglet vers le Twitch de Neila en  cliquant sur l'icone.                    

एक्सटेंशन की मूल जानकारी

नाम Neila Live Notifier Neila Live Notifier
ID gpkenmcifacccdnangeckcokmeefhagl
आधिकारिक URL https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl
विवरण Extension pour suivre les lives de Neila
फ़ाइल का आकार 265 KB
स्थापना संख्या 11
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2017-06-12
प्रकाशन तिथि 2017-06-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Neila-gaming
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.twitch.tv/neila_gaming
समर्थित भाषाएँ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "default_locale": "fr",
    "name": "Neila Live Notifier",
    "description": "Extension pour suivre les lives de Neila",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "author": "Nucktrooper",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/Button_OFF.png"
        },
        "default_popup": ".\/popup\/popup.html"
    }
}