-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathextensions.json
98 lines (98 loc) · 3.11 KB
/
extensions.json
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
{
"SimonShiki": {
"shikiScopeVar": {
"name": "Scope Variables",
"description": "Manage your data inside stack (or substack).",
"unsandboxed": true,
"compatible": ["sc", "cc", "acamp", "gitblock", "xmw"],
"incompatible": ["40code", "ccw", "cocrea"],
"minimum_chibi_version": 3
}
},
"LoserFox": {
"postprocessing": {
"name": "Post-Processing",
"description": "Extension for dispersion, glitches and other postprocess on the stage",
"unsandboxed": true,
"compatible": ["sc", "tw"],
"minimum_chibi_version": 3
}
},
"SIPC": {
"163music": {
"name": "163 Music",
"description": "",
"unsandboxed": true,
"minimum_chibi_version": 3
},
"Consoles": {
"name": "Consoles",
"description": "Console-related stuffs.",
"unsandboxed": true,
"minimum_chibi_version": 3
},
"Encoding": {
"name": "Encoding",
"description": "Encode strings to Unicode, Base64, URL",
"unsandboxed": true,
"minimum_chibi_version": 3
},
"Recoding": {
"name": "Recoding",
"description": "Record and download recordings.",
"unsandboxed": true,
"minimum_chibi_version": 3
},
"Time": {
"name": "Time",
"description": "Time-related stuffs.",
"unsandboxed": true,
"minimum_chibi_version": 3
},
"WebData": {
"name": "WebData",
"description": "Store data in the cloud.",
"unsandboxed": true,
"minimum_chibi_version": 3
}
},
"WitCat": {
"WitCatInput": {
"name": "WitCat's Input",
"description": "Create inputs in Scratch!",
"unsandboxed": true,
"compatible": ["sc"],
"minimum_chibi_version": 3
}
},
"qxsck": {
"strmani": {
"name": "String proces",
"description": "Some blocks about string proces.",
"unsandboxed": true,
"compatible": ["sc","tw","xmw"],
"minimum_chibi_version": 3
},
"qxsckdataanalysis": {
"name": "Data analysis",
"description": "Some blocks about data analysis.",
"unsandboxed": true,
"compatible": ["sc","tw","xmw"],
"minimum_chibi_version": 3
},
"qxsckvarandlist": {
"name": "Variable and list",
"description": "Some blocks about variables and lists.",
"unsandboxed": true,
"compatible": ["sc","tw","xmw"],
"minimum_chibi_version": 3
}
},
"40codeTeam": {
"40codeMediaSessApi":{
"name": "Media Session",
"description": "The SC block form of the Media Session API , allows SC works to basically use the browser Media Session ability.",
"unsandboxed": true
}
}
}