LeStream extension

Be notified when Lestream's Stream are live

LeStream extension là gì?

LeStream extension là một tiện ích mở rộng Chrome được phát triển bởi Alesiae, và tính năng chính của nó là "Be notified when Lestream's Stream are live".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng LeStream extension 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 notifié lorsque vous streamers préférés sont en live !

Vous recevrez une notification de votre navigateur lorsque un de vos streamer commence son live, change de jeu ou change de titre.

Vous avez la possibilité de suivre ou non les différents streamers de LeStream dans l'onglet "Config".                    

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

Tên LeStream extension LeStream extension
ID lmfpgdofboifpcajlbabafoilamjbdci
URL Chính Thức https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci
Mô tả Be notified when Lestream's Stream are live
Kích Thước Tệp 525 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2017-10-20
Ngày Phát Hành 2017-10-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Alesiae
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lestream.fr
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeStream extension",
    "description": "Be notified when Lestream's Stream are live",
    "version": "3.0",
    "background": {
        "scripts": [
            "jquery.js",
            "data.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "No live",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "64": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.lestream.fr\/",
        "tabs",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/ajax.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}