Karara - Auto setlist for karaoke stream
‘Karara’ is an automated setlist for karaoke stream.
Apa itu Karara - Auto setlist for karaoke stream?
Karara - Auto setlist for karaoke stream adalah ekstensi Chrome yang dikembangkan oleh https://synculab.com, dan fitur utamanya adalah "‘Karara’ is an automated setlist for karaoke stream.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Karara - Auto setlist for karaoke stream
Unduh file ekstensi Karara - Auto setlist for karaoke stream dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Karara - Auto setlist for karaoke stream |
ID | mgekoojhoioopikehodkfpbikgijfbfk |
URL Resmi | https://chromewebstore.google.com/detail/karara-auto-setlist-for-k/mgekoojhoioopikehodkfpbikgijfbfk |
Deskripsi | ‘Karara’ is an automated setlist for karaoke stream. |
Ukuran File | 614 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2024-02-05 |
Tanggal Publikasi | 2024-02-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://synculab.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.synculab.com/karara |
URL Halaman Kebijakan Privasi | https://www.synculab.com/privacy-policy-karara |
Bahasa yang Didukung | 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" ] } ] } |