Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

Chelxie Live Notifier là gì?

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

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

screenshot

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

Tải xuống các tệp mở rộng Chelxie 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

                        Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie !


Créateur: Nucktrooper 
Son site: http://extensionlivenotifier.weebly.com/

Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper                    

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

Tên Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
URL Chính Thức https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
Mô tả Extension pour suivre les lives de Chelxie.
Kích Thước Tệp 401 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 6.6.6
Cập Nhật Lần Cuối 2017-03-30
Ngày Phát Hành 2017-03-30
Đánh Giá 4.83/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://chelxie.fr
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.6.6",
    "default_locale": "fr",
    "name": "Chelxie Live Notifier",
    "description": "Extension pour suivre les lives de Chelxie.",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/src\/streamer.js",
            ".\/src\/background.js",
            ".\/src\/main.js"
        ]
    },
    "author": "Nucktrooper",
    "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/",
    "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"
    }
}