Twitch Live Sratuke
Vous notifie lorsque Sratuke est en live
Vad är Twitch Live Sratuke?
Twitch Live Sratuke är en Chrome-tillägg utvecklad av Jyben, och dess huvudfunktion är "Vous notifie lorsque Sratuke est en live".
Tilläggsskärmbilder
Ladda ner Twitch Live Sratuke-förlängningens CRX-fil
Ladda ner Twitch Live Sratuke-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
Vous notifie lorsque Sratuke est en live. Grundläggande Information om Tillägg
| Namn | |
| ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd |
| Beskrivning | Vous notifie lorsque Sratuke est en live |
| Filstorlek | 169 KB |
| Antal Installationer | 29 |
| Aktuell Version | 2.0.4 |
| Senast Uppdaterad | 2020-05-01 |
| Publiceringsdatum | 2020-05-01 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Jyben |
| Betalningssätt | free |
| Stödda Språk | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Live Sratuke",
"description": "Vous notifie lorsque Sratuke est en live",
"version": "2.0.4",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"64": "img\/64.png",
"128": "img\/128.png"
},
"background": {
"scripts": [
"js\/twitchalert.js",
"js\/background.js"
]
},
"permissions": [
"notifications",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'"
} | |