Does anybody have a Music Brainz extension? #1297
-
I found it somewhere on the web then lost it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not a music brainz one, but I found a SoundCloud API. (Created by SharkPool) // Name: Soundcloud API // Version V.1.0.1 /* !IMPORTANT! Same issue with my Spotify API extension. (function (Scratch) { const menuIconURI = const blockIconURI = let clientID = "8BBZpqUP1KSN4W6YB64xog2PX4Dw98b1"; /* // For API fetching, we use this, its fast and reliable /* class SPsoundCloud {
} // Block Gradient Maker function documentChangedCallback(mutationsList, observer) { Scratch.extensions.register(new SPsoundCloud()); |
Beta Was this translation helpful? Give feedback.
-
@BlueDome77 This was a PR, not sure if it still works: |
Beta Was this translation helpful? Give feedback.
@BlueDome77 This was a PR, not sure if it still works:
#1015