tvkz
Ajoute le lecteur de dlive au stream
What is tvkz?
tvkz is a Chrome extension developed by neirda, and its main feature is "Ajoute le lecteur de dlive au stream".
Extension Screenshots
Download tvkz Extension CRX File
Download tvkz 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
Affiche le player Dlive sur le stream de Botkz. Permet d'ajouter le lecteur de Dlive au stream twitch. Permet aussi de désactiver et réactiver le lecteur en cliquant sur l'icone
Extension Basic Information
Name | tvkz |
ID | jhcnonkjnmmlfflhpafmmimpkanpkdlj |
Official URL | https://chromewebstore.google.com/detail/tvkz/jhcnonkjnmmlfflhpafmmimpkanpkdlj |
Description | Ajoute le lecteur de dlive au stream |
File Size | 23.49 KB |
Installation Count | 77 |
Current Version | 1.4 |
Last Updated | 2023-06-20 |
Publish Date | 2023-06-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | neirda |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tvkz", "version": "1.4", "description": "Ajoute le lecteur de dlive au stream", "icons": { "96": "icons\/icon.png" }, "action": { "default_icon": { "96": "icons\/icon.png" }, "default_title": "tvkz" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/m.twitch.tv\/*", "*:\/\/dlive.tv\/Kazed?context=tvkz" ], "js": [ "tvkz.js", "livemodifier.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "fullscreen.css" ], "matches": [ "*:\/\/dlive.tv\/*" ], "extension_ids": [] } ] } |