Shytoos Live

Notifie lorsque Shytoos est en live.

Vad är Shytoos Live?

Shytoos Live är en Chrome-tillägg utvecklad av https://shytoos.fr, och dess huvudfunktion är "Notifie lorsque Shytoos est en live.".

Tilläggsskärmbilder

screenshot

Ladda ner Shytoos Live-förlängningens CRX-fil

Ladda ner Shytoos Live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Shytoos Live Shytoos Live
ID opniabjgfodkngjemcenmihnolmaahnf
Officiell webbadress https://chromewebstore.google.com/detail/shytoos-live/opniabjgfodkngjemcenmihnolmaahnf
Beskrivning Notifie lorsque Shytoos est en live.
Filstorlek 434 KB
Antal Installationer 43
Aktuell Version 6.0.6
Senast Uppdaterad 2020-05-27
Publiceringsdatum 2020-05-26
Utvecklare https://shytoos.fr
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://shytoos.fr/extension
Stödda Språk 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"
}