AeroKick
Enhance the Kick.com experience!
Τι είναι το AeroKick;
Το AeroKick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aerokick.app, και η κύρια λειτουργία του είναι "Enhance the Kick.com experience!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AeroKick
Λήψη αρχείων επέκτασης AeroKick σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing AeroKick, the ultimate browser extension for Kick.com. From site tweaks to custom emotes, in-chat reactions, an advanced chat bot and SO much more, AeroKick offers every feature you could possibly want. Oh, and every single thing it adds can be toggled, tweaked, and changed to work exactly how you want it to. Overview: - A fully redesigned chat system, offering tons of new customization options, chat avatars, reactions, and much more - A full custom emote system allowing channel owners to add up to 500 custom emotes to their channel, and for AeroKick Dynamic members, a "personal" emote system allowing you to take up to 3 emotes with you, anywhere on Kick. - A custom badge system within AeroKick that offers tons of unlockable badges that can be unlocked by taking various actions, like uploading your first emote, winning a game, etc. With new badges being added all the time! - A custom game system, allowing viewers to play interactive games together, such as the beach ball game. - TONS of site tweaks, everything from changes to the way the sidebar works, abilities to tweak colors, new buttons, and more. - A re-imagined channel search system, allowing you to search in real-time by title, category, name, even channel bios! - A BUNCH of accessibility tweaks, including the ability to change font sizes, disable animated emotes, change chat colors, with more planned soon! - An audio normalization system offering real-time audio normalization to any stream you're watching - New sounds and tab effects when you are mentioned in chat. There’s a bunch more but limited room in this description, install the extension today and have fun with it! Please note that AeroKick is still fairly new, and is still under constant development. This version of the extension will always be the most stable version and will be updated when we feel everything is in a working state. As this project is still fairly new, please don't be surprised if the occasional bug shows up, but please contact us in the Discord server if you run into any!
Βασικές Πληροφορίες Επέκτασης
Όνομα | AeroKick |
ID | eghgoahhjajllgfdeeghkpknfmfpdfho |
Επίσημο URL | https://chromewebstore.google.com/detail/aerokick/eghgoahhjajllgfdeeghkpknfmfpdfho |
Περιγραφή | Enhance the Kick.com experience! |
Μέγεθος Αρχείου | 908 KB |
Αριθμός Εγκαταστάσεων | 659 |
Τρέχουσα Έκδοση | 1.11.0 |
Τελευταία Ενημέρωση | 2024-03-03 |
Ημερομηνία Δημοσίευσης | 2023-07-15 |
Αξιολόγηση | 4.60/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://aerokick.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.gg/ZGCzjXp6fQ |
URL της Σελίδας Πολιτικής Απορρήτου | https://aerokick.app/legal/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/BetterKick.ts-loader.js" ], "css": [ "assets\/style.css" ], "matches": [ "https:\/\/kick.com\/*", "http:\/\/localhost:8788\/*", "https:\/\/ak.localhost\/*", "https:\/\/aerokick.app\/*", "https:\/\/beta.aerokick.app\/*" ], "run_at": "document_start" } ], "description": "Enhance the Kick.com experience!", "icons": { "16": "aerokick-logo-16.png", "48": "aerokick-logo-48.png", "128": "aerokick-logo-128.png" }, "manifest_version": 3, "name": "AeroKick", "permissions": [], "version": "1.11.0", "web_accessible_resources": [ { "matches": [ "http:\/\/localhost:8788\/*", "https:\/\/aerokick.app\/*", "https:\/\/ak.localhost\/*", "https:\/\/beta.aerokick.app\/*", "https:\/\/kick.com\/*" ], "resources": [ "*.png", "*.svg", "*.mp3", "*.ttf", "*.js", "*.wasm" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/localhost:8788\/*", "https:\/\/aerokick.app\/*", "https:\/\/ak.localhost\/*", "https:\/\/beta.aerokick.app\/*", "https:\/\/kick.com\/*" ], "resources": [ "assets\/Hand.png", "assets\/aerokick-logo.svg", "assets\/aerokick-dev-logo.svg", "assets\/app.js", "assets\/customization.js", "assets\/BetterKick.ts.js" ], "use_dynamic_url": true } ] } |