Huzounet
Huzounet's extension for Chrome
What is Huzounet?
Huzounet is a Chrome extension developed by huzounet, and its main feature is "Huzounet's extension for Chrome".
Extension Screenshots
Download Huzounet Extension CRX File
Download Huzounet 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
L'extension pour être notifié lorsque Huz lance un live
Extension Basic Information
Name | Huzounet |
ID | npopfinhkmabdaffbcfbhiihknelbood |
Official URL | https://chromewebstore.google.com/detail/huzounet/npopfinhkmabdaffbcfbhiihknelbood |
Description | Huzounet's extension for Chrome |
File Size | 154 KB |
Installation Count | 147 |
Current Version | 1.4 |
Last Updated | 2019-04-02 |
Publish Date | 2019-04-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | huzounet |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Huzounet", "version": "1.4", "description": "Huzounet's extension for Chrome", "manifest_version": 2, "permissions": [ "storage", "notifications", "http:\/\/pma.yeswevent.fr:5555\/twitch\/online" ], "background": { "scripts": [ "js\/isStreaming.js" ], "persistent": true }, "icons": { "16": "rcs\/logo_offline16.png", "48": "rcs\/logo_offline48.png", "128": "rcs\/logo_offline128.png" }, "browser_action": { "default_popup": "html\/interface.html", "default_icon": "rcs\/logo_offline128.png" } } |