Bob Lennon extension
Permet d'être alerté quand Bob Lennon est en live !
Wat is Bob Lennon extension?
Bob Lennon extension is een Chrome-extensie ontwikkeld door adrien.allo.63, en de belangrijkste functie is "Permet d'être alerté quand Bob Lennon est en live !".
Extensie Screenshots
Download het CRX-bestand van de extensie Bob Lennon extension
Download Bob Lennon extension-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
Permet d'être alerté quand Bob Lennon est en live ! Basé sur l'extension "Krayn live extension" de Florent Bruziaux : https://chrome.google.com/webstore/detail/krayn-live-extension/dngpadcbcnbboeejdlihooplmplljejg
Basisinformatie over de Extensie
Naam | |
ID | eahjfpfcoejoaanmhdcdakmbncbjiacm |
Officiële URL | https://chrome.google.com/webstore/detail/bob-lennon-extension/eahjfpfcoejoaanmhdcdakmbncbjiacm |
Beschrijving | Permet d'être alerté quand Bob Lennon est en live ! |
Bestandsgrootte | 705 KB |
Aantal Installaties | 16 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-06-02 |
Publicatiedatum | 2019-06-02 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | adrien.allo.63 |
Betalingswijze | free |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bob Lennon extension", "version": "2.0", "description": "Permet d'\u00eatre alert\u00e9 quand Bob Lennon est en live !", "browser_action": [], "permissions": [ "notifications", "webRequest", "*:\/\/*.api.twitch.tv\/", "alarms" ], "icons": { "64": "img\/glouglou.png" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ] } } |