Bob Lennon extension
Permet d'être alerté quand Bob Lennon est en live !
What is Bob Lennon extension?
Bob Lennon extension is a Chrome extension developed by adrien.allo.63, and its main feature is "Permet d'être alerté quand Bob Lennon est en live !".
Extension Screenshots
Download Bob Lennon extension Extension CRX File
Download Bob Lennon extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | eahjfpfcoejoaanmhdcdakmbncbjiacm |
Official URL | https://chrome.google.com/webstore/detail/bob-lennon-extension/eahjfpfcoejoaanmhdcdakmbncbjiacm |
Description | Permet d'être alerté quand Bob Lennon est en live ! |
File Size | 705 KB |
Installation Count | 16 |
Current Version | 2.0 |
Last Updated | 2019-06-02 |
Publish Date | 2019-06-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | adrien.allo.63 |
Payment Type | free |
Supported Languages | 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" ] } } |