4K60TV
4K60TV implements better emotes for kick!
What is 4K60TV?
4K60TV is a Chrome extension developed by Cypaa, and its main feature is "4K60TV implements better emotes for kick!".
Extension Screenshots
Download 4K60TV Extension CRX File
Download 4K60TV 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
4K60TV is an alternative to Kick default emote system. It is like 7TV or BetterTTV but for Kick.
Extension Basic Information
Name | 4K60TV |
ID | fjdejcgfiidkjaoigmmchbnoakgbmeom |
Official URL | https://chromewebstore.google.com/detail/4k60tv/fjdejcgfiidkjaoigmmchbnoakgbmeom |
Description | 4K60TV implements better emotes for kick! |
File Size | 31.96 KB |
Installation Count | 87 |
Current Version | 0.3.5 |
Last Updated | 2023-05-14 |
Publish Date | 2023-03-15 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Cypaa |
[email protected] | |
Payment Type | free |
Extension Website | https://4k60tv.app |
Help Page URL | https://discord.gg/kick |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "4K60TV", "version": "0.3.5", "description": "4K60TV implements better emotes for kick!", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/kick.com\/*", "*:\/\/kick.com\/dashboard\/stream", "*:\/\/kick.com\/*\/chatroom" ], "js": [ "script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/icon48.webp", "assets\/style.css", "assets\/badge\/broadcaster.svg", "assets\/badge\/moderator.svg", "assets\/badge\/very_important_person.svg", "assets\/badge\/original_gangsta.svg", "assets\/badge\/subscriber.svg", "assets\/badge\/subscriber_gifter.svg", "assets\/badge\/founder.svg", "assets\/badge\/verified.svg", "assets\/icon\/7TV.svg", "assets\/icon\/BetterTTV.svg", "assets\/icon\/FrankerFaceZ.svg", "assets\/icon\/Twitch.svg", "assets\/icon\/Kick.svg", "assets\/bin.svg", "assets\/reply.svg" ], "matches": [ "*:\/\/kick.com\/*" ] } ], "icons": { "48": "assets\/icon48.png" }, "action": { "default_icon": { "48": "assets\/icon48.png" } } } |