Shytoos Live

Notifie lorsque Shytoos est en live.

Shytoos Live là gì?

Shytoos Live là một tiện ích mở rộng Chrome được phát triển bởi https://shytoos.fr, và tính năng chính của nó là "Notifie lorsque Shytoos est en live.".

Ả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 Shytoos Live

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

                        Reste attentif à mon activité en ligne grâce à mon extension !

Cette extension ajoute mon logo en haut à droite de ton navigateur qui devient coloré lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification sonore.

Tu recevras aussi une notification à chaque fois que je sors une nouvelle vidéo sur ma chaîne YouTube !

Et bien sûr, l'extension est entièrement paramétrable, tu peux choisir quelles notifications t'intéressent et changer le volume du son qui les accompagne.                    

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

Tên Shytoos Live Shytoos Live
ID opniabjgfodkngjemcenmihnolmaahnf
URL Chính Thức https://chromewebstore.google.com/detail/shytoos-live/opniabjgfodkngjemcenmihnolmaahnf
Mô tả Notifie lorsque Shytoos est en live.
Kích Thước Tệp 434 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 6.0.6
Cập Nhật Lần Cuối 2020-05-27
Ngày Phát Hành 2020-05-26
Nhà Phát Triển https://shytoos.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shytoos.fr/extension
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "Shytoos Live",
    "short_name": "Shytoos Live",
    "description": "Notifie lorsque Shytoos est en live.",
    "homepage_url": "https:\/\/shytoos.fr",
    "version": "6.0.6",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/libs\/jquery.browser.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Shytoos - Hors-Ligne",
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.shytoos.fr\/*",
        "https:\/\/i.ytimg.com\/*"
    ],
    "options_ui": {
        "page": "popup.html?options"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}