Extension Live Skyyart

Extension de Skyyart pour ses lives Twitch

Vad är Extension Live Skyyart?

Extension Live Skyyart är en Chrome-tillägg utvecklad av Lougs, och dess huvudfunktion är "Extension de Skyyart pour ses lives Twitch".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Extension Live Skyyart-förlängningens CRX-fil

Ladda ner Extension Live Skyyart-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

                        Ne rate aucun live de Skyyart grâce son extension, te notifiant si un live est en cours ou non !                    

Grundläggande Information om Tillägg

Namn Extension Live Skyyart Extension Live Skyyart
ID kpnomjccnbnihhpembhgccdlcofhjibb
Officiell webbadress https://chromewebstore.google.com/detail/extension-live-skyyart/kpnomjccnbnihhpembhgccdlcofhjibb
Beskrivning Extension de Skyyart pour ses lives Twitch
Filstorlek 126 KB
Antal Installationer 720
Aktuell Version 3.1
Senast Uppdaterad 2020-06-05
Publiceringsdatum 2020-06-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Lougs
E-post [email protected]
Betalningssätt free
Stödda Språk fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension Live Skyyart",
    "version": "3.1",
    "description": "Extension de Skyyart pour ses lives Twitch",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications"
    ]
}