Twitch Azria
Pour ne plus rater un live de ta streameuse Azria !
What is Twitch Azria?
Twitch Azria is a Chrome extension developed by Unknown, and its main feature is "Pour ne plus rater un live de ta streameuse Azria !".
Extension Screenshots
Download Twitch Azria Extension CRX File
Download Twitch Azria 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
Extension Basic Information
Name | |
ID | bnhjbjfmlnbdgdkoijdmeemjifnkikjc |
Official URL | https://chromewebstore.google.com/detail/twitch-azria/bnhjbjfmlnbdgdkoijdmeemjifnkikjc |
Description | Pour ne plus rater un live de ta streameuse Azria ! |
File Size | 99.34 KB |
Installation Count | 15 |
Current Version | 1.0.2 |
Last Updated | 2017-02-20 |
Publish Date | 2017-02-20 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Azria", "version": "1.0.2", "description": "Pour ne plus rater un live de ta streameuse Azria !", "icons": { "64": "icon\/icon64.png", "112": "icon\/icon112.png" }, "background": { "persistent": false, "scripts": [ "scripts\/jquery-3.1.1.min.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "icon\/offline\/icon64.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications", "alarms", "background" ] } |