DeeZ Live
Soyez au courant quand vos streameurs préférés commence à streamer!
What is DeeZ Live?
DeeZ Live is a Chrome extension developed by MrDeeZ, and its main feature is "Soyez au courant quand vos streameurs préférés commence à streamer!".
Extension Screenshots
Download DeeZ Live Extension CRX File
Download DeeZ Live 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
Soyez au courant quand MrDeeZ commence à streamer! L'icone de l'extension passe au rouge quand MrDeeZ est en live. Ouvre un onglet vers le Twitch de MrDeeZ quand il est rouge et qu'on clique dessus.
Extension Basic Information
Name | |
ID | dliapjbchfcjkikjccfdapgcgiaacclg |
Official URL | https://chromewebstore.google.com/detail/deez-live/dliapjbchfcjkikjccfdapgcgiaacclg |
Description | Soyez au courant quand vos streameurs préférés commence à streamer! |
File Size | 59.96 KB |
Installation Count | 11 |
Current Version | 2.3.0 |
Last Updated | 2015-05-04 |
Publish Date | 2015-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MrDeeZ |
Payment Type | free |
Extension Website | http://www.twitch.tv/mrdeezhd |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeeZ Live", "description": "Soyez au courant quand vos streameurs pr\u00e9f\u00e9r\u00e9s commence \u00e0 streamer!", "version": "2.3.0", "background": { "scripts": [ "jquery.min.js", "parameters.js", "background.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "https:\/\/api.dailymotion.com\/", "http:\/\/ulas-atila.com\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |