Karara - Auto setlist for karaoke stream
‘Karara’ is an automated setlist for karaoke stream.
What is Karara - Auto setlist for karaoke stream?
Karara - Auto setlist for karaoke stream is a Chrome extension developed by https://synculab.com, and its main feature is "‘Karara’ is an automated setlist for karaoke stream.".
Extension Screenshots
Download Karara - Auto setlist for karaoke stream Extension CRX File
Download Karara - Auto setlist for karaoke stream 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
With Karara, you don’t need to… - type in song titles one by one. - understand any complicated codes. How to use Karara 1) Find songs on YouTube, press ‘Add’. 2) Hit the play button on your control deck. 3) Ta-da! Setlist will appear on your screen. TIP) Need a custom design? We can design a custom setlist that fits perfectly on your stream. ko-fi.com/synculab
Extension Basic Information
Name | Karara - Auto setlist for karaoke stream |
ID | mgekoojhoioopikehodkfpbikgijfbfk |
Official URL | https://chromewebstore.google.com/detail/karara-auto-setlist-for-k/mgekoojhoioopikehodkfpbikgijfbfk |
Description | ‘Karara’ is an automated setlist for karaoke stream. |
File Size | 614 KB |
Installation Count | 213 |
Current Version | 1.0.2 |
Last Updated | 2024-02-05 |
Publish Date | 2024-02-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://synculab.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.synculab.com/karara |
Privacy Policy Page URL | https://www.synculab.com/privacy-policy-karara |
Supported Languages | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0K7eJJEaHHCd5yX\/UjeLD\/2u0TEt+kEh9+Mz9Hd9jxUcZ6CcqrzZZqneThD6dtEUDjWg2AKIMerJ\/V75gHtvWB11A5T6\/QbAH73nQ\/m+D+7gpyKOgAMv+r1cUUScevH+zYz4g+kDhcjp9MM8v19BnCmvp2XrrTteMWKSSy3wjtnOArtYnRxOWmOyP60dvshJgVUPs+1ACpHtJuE0wnc32WXn+Nhy68Sm6gToMUAAAWd40e0Cs43WtaUg\/RlZ8INU3hGAZqvOtyYVPoPk6vZZkzFFvQ1UQa7piaQkFa1vCKdBgpBHWaXy3HdPm7i3RaLvpEnj6qKpsa4SBjIQ59RnQIDAQAB", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_popup": ".\/pages\/popup\/popup.html" }, "background": { "service_worker": "js\/service-worker.js", "type": "module" }, "icons": { "16": ".\/images\/icon-16.png", "32": ".\/images\/icon-32.png", "48": ".\/images\/icon-48.png", "128": ".\/images\/icon-128.png" }, "permissions": [ "contextMenus", "tabs", "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.synculab.com\/*" ] }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "resources": [ "pages\/sidebar\/sidebar.html", "js\/content\/youtube\/youtube-inject.js" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/content\/youtube\/youtube-content.js" ] } ] } |