Shytoos Live

Notifie lorsque Shytoos est en live.

What is Shytoos Live?

Shytoos Live is a Chrome extension developed by https://shytoos.fr, and its main feature is "Notifie lorsque Shytoos est en live.".

Extension Screenshots

screenshot

Download Shytoos Live Extension CRX File

Download Shytoos Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Shytoos Live Shytoos Live
ID opniabjgfodkngjemcenmihnolmaahnf
Official URL https://chromewebstore.google.com/detail/shytoos-live/opniabjgfodkngjemcenmihnolmaahnf
Description Notifie lorsque Shytoos est en live.
File Size 434 KB
Installation Count 43
Current Version 6.0.6
Last Updated 2020-05-27
Publish Date 2020-05-26
Developer https://shytoos.fr
Email [email protected]
Payment Type free
Extension Website https://shytoos.fr/extension
Supported Languages 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"
}