Neila Live Notifier

Extension pour suivre les lives de Neila

Neila Live Notifier là gì?

Neila Live Notifier là một tiện ích mở rộng Chrome được phát triển bởi Neila-gaming, và tính năng chính của nó là "Extension pour suivre les lives de Neila".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Neila Live Notifier

Tải xuống các tệp mở rộng Neila Live Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Neila Live Notifier Neila Live Notifier
ID gpkenmcifacccdnangeckcokmeefhagl
URL Chính Thức https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl
Mô tả Extension pour suivre les lives de Neila
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2017-06-12
Ngày Phát Hành 2017-06-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Neila-gaming
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twitch.tv/neila_gaming
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}