Viadro - twitch alert
Wtyczka dla kanału Vdr1984 na Twitch. W momencie startu streamu, użytkownik otrzymuje informację, oraz powiadomienie dźwiękowe.
What is Viadro - twitch alert?
Viadro - twitch alert is a Chrome extension developed by lklusek, and its main feature is "Wtyczka dla kanału Vdr1984 na Twitch. W momencie startu streamu, użytkownik otrzymuje informację, oraz powiadomienie dźwiękowe.".
Extension Screenshots
Download Viadro - twitch alert Extension CRX File
Download Viadro - twitch alert 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
Wtyczka, która informuje o statusie kanału Vdr1984 na Twitch. Użytkownik otrzymuje dźwiękowe i graficzne powiadomienie, gdy kanał zaczyna nadawać. Dodatkowo dodatek pozwala szybko przenieść się na związane z kanałem media społecznościowe.
Extension Basic Information
Name | Viadro - twitch alert |
ID | ikngbnobkgaanlpdfjejegmnbnfoeeic |
Official URL | https://chromewebstore.google.com/detail/viadro-twitch-alert/ikngbnobkgaanlpdfjejegmnbnfoeeic |
Description | Wtyczka dla kanału Vdr1984 na Twitch. W momencie startu streamu, użytkownik otrzymuje informację, oraz powiadomienie dźwiękowe. |
File Size | 1.46 MB |
Installation Count | 255 |
Current Version | 1.5.12 |
Last Updated | 2024-02-12 |
Publish Date | 2020-05-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | lklusek |
[email protected] | |
Payment Type | free |
Extension Website | http://twitch.tv/vdr1984 |
Help Page URL | http://discord.gg/viadro |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viadro - twitch alert", "description": "Wtyczka dla kana\u0142u Vdr1984 na Twitch. W momencie startu streamu, u\u017cytkownik otrzymuje informacj\u0119, oraz powiadomienie d\u017awi\u0119kowe.", "version": "1.5.12", "icons": { "128": "img\/icon_128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/background.js", "js\/interaction.js" ] }, "browser_action": { "default_title": "Vdr1984", "default_icon": "img\/icon_128.png", "default_popup": "index.html" }, "applications": { "gecko": { "id": "[email protected]" } }, "permissions": [ "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/jquery.js", "js\/config.js", "js\/background.js", "js\/interaction.js", "js\/app.js", "js\/bp.js" ] } ], "manifest_version": 2 } |