Aypierre notifieur de stream
Permet d'être informé du début des stream d'Aypierre
Wat is Aypierre notifieur de stream?
Aypierre notifieur de stream is een Chrome-extensie ontwikkeld door Freebios, en de belangrijkste functie is "Permet d'être informé du début des stream d'Aypierre".
Extensie Screenshots
Download het CRX-bestand van de extensie Aypierre notifieur de stream
Download Aypierre notifieur de stream-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Nouvelle extension disponible ici:
https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl
Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre Basisinformatie over de Extensie
| Naam | |
| ID | eneplfegjjfhefhmckflgkgpednebedo |
| Officiële URL | https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo |
| Beschrijving | Permet d'être informé du début des stream d'Aypierre |
| Bestandsgrootte | 1.46 MB |
| Aantal Installaties | 460 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2018-11-11 |
| Publicatiedatum | 2018-11-11 |
| Beoordeling | 4.53/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | Freebios |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Aypierre notifieur de stream",
"description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre",
"version": "1.4",
"browser_action": {
"default_icon": "images\/icon_off.png",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/stream.png"
},
"options_page": "options.html",
"permissions": [
"notifications",
"storage",
"tabs",
"http:\/\/localhost:3000\/*",
"http:\/\/62.210.119.253:3000\/*",
"https:\/\/static-cdn.jtvnw.net\/*"
],
"background": {
"scripts": [
"js\/jquery-3.1.1.min.js",
"background.js"
]
},
"web_accessible_resources": [
"images\/*",
"fonts\/*",
"js\/*",
"sounds\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |