-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensions.json
More file actions
556 lines (556 loc) · 19.3 KB
/
Copy pathextensions.json
File metadata and controls
556 lines (556 loc) · 19.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
[
{
"id": "BoxedPhysics",
"image": "/ext/[id]/cover.svg",
"title": "Boxed Physics",
"description": "An implementation the Box2D physics engine with support for joints, springs, sliders, and more.",
"created": "Apr 15, 2024",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" },
{ "text": "View docs", "color": "#cbe0f2", "link": "/docs/#/[id]" },
{ "text": "Example projects", "color": "#cbe0f2", "link": "/ext/[id]/examples" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "KoboldAI",
"image": "/ext/[id]/cover.svg",
"title": "Kobold AI",
"description": "Generate text and images for free with the power of <a href='//stablehorde.net'>The Horde</a>",
"created": "Jan 4, 2025",
"subtext": "",
"icon": "/extras/images/icons/UnoficialAPI.svg",
"iconText": "This extension uses a third party api that may go down sometimes",
"unsandboxed": false,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" },
{ "text": "View docs", "color": "#cbe0f2", "link": "/docs/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "BlockLink",
"image": "/ext/[id]/cover.svg",
"title": "BlockLink",
"description": "A collaberation system for TurboWarp based Scratch mods",
"created": "---",
"subtext": "Work in progress",
"icon": "/extras/images/icons/wip.png",
"iconText": "Work in progress",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": true
},
{
"id": "HTMLcanvas",
"image": "/ext/[id]/cover.svg",
"title": "HTML Canvas",
"description": "Use HTML and CSS to make projects with complex visual interfaces.",
"created": "May 29, 2024",
"subtext": "Requires PenguinMod for some inputs",
"icon": "/extras/images/icons/wip.png",
"iconText": "This extension is in development, and may be changed frequently",
"unsandboxed": true,
"buttons": [
{ "text": "View dev build", "color": "#cbe0f2", "link": "/view/#/[id]/dev.js" },
{ "text": "View docs", "color": "#cbe0f2", "link": "/docs/#/[id]" }
],
"tags": ["unfinished"],
"type": ["unsandboxed", "penguinmod"],
"hidden": false
},
{
"id": "JSParser",
"image": "/ext/[id]/cover.svg",
"title": "JavaScript Parser",
"description": "Manage your own sandboxed JavaScript environment for user-made code.",
"created": "Dec 18, 2025",
"subtext": "",
"icon": "/extras/images/icons/wip.png",
"iconText": "Still working on this, generally buggy",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" },
{ "text": "Multi VM version", "color": "#cbe0f2", "link": "/view/#/[id]/multi.js" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "VideoSharing",
"image": "/ext/[id]/cover.svg",
"title": "Video Sharing",
"description": "Share your screen or camera on your project as a data-uri.",
"created": "Oct 02, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "FilePile",
"image": "/ext/[id]/cover.svg",
"title": "FilePile",
"description": "Decentralized peer-to-peer file sharing",
"created": "Nov 3, 2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" },
{ "text": "View docs", "color": "#cbe0f2", "link": "/docs/#/[id]" },
{ "text": "Example project", "color": "#cbe0f2", "link": "/ext/[id]/demo.html" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "CloneData",
"image": "/ext/[id]/cover.svg",
"title": "Clone Data",
"description": "Track and control clones.",
"created": "5/5/2026",
"subtext": "",
"icon": "/extras/images/icons/new.svg",
"iconText": "new extension, report bugs",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "ElementalImages",
"image": "/ext/[id]/cover.svg",
"title": "Elemental Images",
"description": "Create and manipulate image elements in scratch.",
"created": "Oct 02, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Zdog",
"image": "/ext/[id]/cover.svg",
"title": "Zdog",
"description": "A Round, flat pseudo-3D engine.",
"created": "1/7/2026",
"subtext": "",
"icon": "/extras/images/icons/wip.png",
"iconText": "wip",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Scene3D",
"image": "/ext/[id]/cover.svg",
"title": "Scene 3D",
"description": "Render complex 3D scenes",
"created": "Feb 9 2025",
"subtext": "work in progress, may change frequently",
"icon": "/extras/images/icons/wip.png",
"iconText": "This extension is in development, and may be changed frequently",
"unsandboxed": true,
"buttons": [
{ "text": "View dev build", "color": "#cbe0f2", "link": "/view/#/[id]/dev.js" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": true
},
{
"id": "Splats",
"image": "/ext/[id]/cover.svg",
"title": "Luma Splats",
"description": "Render 3D gaussian splats from <a href=\"https://lumalabs.ai/featured\">LumaLabs</a>",
"created": "Feb 4 2025",
"subtext": "Requires Scene3D",
"icon": "/extras/images/icons/wip.png",
"iconText": "This extension is in development, and may be changed frequently",
"unsandboxed": true,
"buttons": [
{ "text": "View dev build", "color": "#cbe0f2", "link": "/view/#/[id]/dev.js" },
{ "text": "View standalone build", "color": "#cbe0f2", "link": "/view/#/[id]/standalone.js" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": true
},
{
"id": "Puter",
"image": "/ext/[id]/cover.svg",
"title": "Puter",
"description": "Cloud services from <a href=\"https://developer.puter.com\">puter.com</a>",
"created": "3/24/2026",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Ace",
"image": "/ext/[id]/cover.svg",
"title": "Ace Editor",
"description": "Create and manipulate an instance of the Ace code editor.",
"created": "June 18, 2023",
"subtext": "Work in progress",
"icon": "/extras/images/icons/wip.png",
"iconText": "This extension is in development, and may be changed frequently",
"unsandboxed": true,
"buttons": [
{ "text": "View dev build", "color": "#cbe0f2", "link": "/view/#/[id]/dev.js" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Sam",
"image": "/ext/[id]/cover.svg",
"title": "Sam Speech",
"description": "Generate speech from text using <a href=\"https://imrane03.github.io/better-sam\">sam</a>",
"created": "Oct 9, 2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "ScratchBlocks",
"image": "/ext/[id]/cover.svg",
"title": "ScratchBlocks",
"description": "Generate blocks in the Scratch3, or Scratch2 format.",
"created": "Apr 05, 2024",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "HandPos",
"image": "/ext/[id]/cover.svg",
"title": "Hand Positions",
"description": "Hand tracking in scratch",
"created": "Feb 11, 2025",
"subtext": "Known to crash when camera is enabled more than once",
"icon": "/extras/images/icons/warn.png",
"iconText": "Has a memmory leak",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "ProjectParser",
"image": "/ext/[id]/cover.svg",
"title": "Project Parser",
"description": "Load and parse Scratch3 projects",
"created": "Mar 30, 2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "BasicTTS",
"image": "/ext/[id]/cover.svg",
"title": "Text to Speech",
"description": "Make your project read text out loud.",
"created": "Dec 18, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Dictation",
"image": "/ext/[id]/cover.svg",
"title": "Dictation",
"description": "Convert your voice into text.",
"created": "May 17, 2024",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "RaccFacts",
"image": "/ext/[id]/cover.svg",
"title": "Racoon Facts",
"description": "Get random information on racoons.",
"created": "Dec 8, 2024",
"subtext": "",
"icon": "/extras/images/icons/UnoficialAPI.svg",
"iconText": "This extension uses a third party api that may go down sometimes",
"new": false,
"unsandboxed": false,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished", "joke"],
"type": ["sandboxed"],
"hidden": false
},
{
"id": "SimpleGPT3",
"image": "/ext/[id]/cover.svg",
"title": "Simple GPT3",
"description": "A simple extension to interact with GPT3",
"created": "Jul 18, 2024",
"subtext": "",
"icon": "/extras/images/icons/UnoficialAPI.svg",
"iconText": "This extension uses a third party api that may go down sometimes",
"unsandboxed": false,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["sandboxed"],
"hidden": false
},
{
"id": "ScrollUtilities",
"image": "/ext/[id]/cover.svg",
"title": "Scroll Utilities",
"description": "Detect user scrolling on the page",
"created": "Oct 05, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "SuperStorage",
"image": "/ext/[id]/cover.png",
"title": "Super Storage",
"description": "Store and retrieve data locally on device, or remotely on a server.",
"created": "Nov 13, 2024",
"subtext": "",
"icon": "/extras/images/icons/UnoficialAPI.svg",
"iconText": "This extension uses a third party api that may go down sometimes",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" },
{ "text": "View docs", "color": "#cbe0f2", "link": "/docs/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "QuickSkins",
"image": "/ext/[id]/cover.svg",
"title": "Quick Skins",
"description": "A simple extension to render images from data uris super quickly",
"created": "Feb 4 2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Console",
"image": "/ext/[id]/cover.svg",
"title": "Console",
"description": "An easy to use console system.",
"created": "Nov 25, 2025",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "LoaderX",
"image": "/ext/[id]/cover.png",
"title": "ScratchX Loader",
"description": "Better ScratchX extension support for TurboWarp",
"created": "Jan 17, 2026",
"subtext": "",
"icon": "/extras/images/icons/wip.png",
"iconText": "Still working on this, generally buggy",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "ListsPlus",
"image": "/ext/[id]/cover.svg",
"title": "Lists Plus",
"description": "A simple extension to create lists within lists, and place them in variables.",
"created": "Jun 15, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": false,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["sandboxed"],
"hidden": false
},
{
"id": "YouTilities",
"image": "/ext/[id]/cover.svg",
"title": "You-tilities",
"description": "An extension to interface with youtube.",
"subtext": "Download api is down, everything else works",
"icon": "/extras/images/icons/UnoficialAPI.svg",
"iconText": "This extension uses third party apis",
"created": "Apr 22, 2024",
"unsandboxed": true,
"buttons": [
{ "text": "View extension (dev build)", "color": "#cbe0f2", "link": "/view/#/[id]/dev.js" }
],
"tags": ["unfinished"],
"type": ["unsandboxed"],
"hidden": true
},
{
"id": "WindowHasher",
"image": "/ext/[id]/cover.png",
"title": "Window Hasher",
"description": "Interact with URL hash. <br>(the part of the URL after a hashtag)",
"created": "Aug 27, 2024",
"subtext": "",
"icon": "/extras/images/icons/warn.png",
"iconText": "will set a url query instead of the hash in most editors, this does not happen when compiled",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "PageOpener",
"image": "/ext/[id]/cover.svg",
"title": "Page Opener",
"description": "A simple extension to open websites.",
"created": "Dec 5, 2024",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": true,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["unsandboxed"],
"hidden": false
},
{
"id": "Fetch",
"image": "/ext/[id]/cover.svg",
"title": "Fetch",
"description": "Make requests to the internet.",
"created": "May 22, 2023",
"subtext": "",
"icon": "",
"iconText": "",
"unsandboxed": false,
"buttons": [
{ "text": "View extension", "color": "#cbe0f2", "link": "/view/#/[id]" }
],
"tags": ["finished"],
"type": ["sandboxed"],
"hidden": false
}
]