-
Notifications
You must be signed in to change notification settings - Fork 4
/
extensions.json
116 lines (116 loc) · 3.66 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[
{
"title": "Hello World",
"img": null,
"description": "An extension example",
"url": "extensions/hello-world.js",
"docsURL": "#",
"sandboxed": true,
"creator": [
{"name": "GarboMuffin", "url": "https://scratch.mit.edu/users/GarboMuffin/"}
]
},
{
"title": "SQLSnap! Fileshare",
"img": "images/Bitter_130/SQLSnapFileshare.png",
"description": "Port of the SQLSnap! Fileshare extension for cloud file share utilization.",
"url": "extensions/Bitter_130/SQLSnapFileshare.js",
"sandboxed": true,
"creator": [
{"name": "Bitter_160", "url": "https://scratch.mit.edu/users/Bitter_160/"}
]
},
{
"title": "Weather API",
"img": "images/Lemon/WeatherAPI.png",
"description": "Get weather information of a place using the Weather API.",
"url": "extensions/Lemon/WeatherAPI.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"},
{"name": "0znzw", "url": "https://scratch.mit.edu/users/0znzw/"}
]
},
{
"title": "Screenshot (Slow)",
"img": "images/Lemon/screenshot.png",
"description": "Screenshot the entire page in one click.",
"url": "extensions/Lemon/screenshot.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
},
{
"title": "Auto Clicker Detection",
"img": "images/Lemon/autoclick_detect.png",
"description": "Easily detect auto clickers.",
"url": "extensions/Lemon/autoclick_detect.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
},
{
"title": "Bluetooth Request",
"img": "images/Lemon/bluetooth.png",
"description": "Allows you to send out bluetooth requests to nearby bluetooth devices.",
"url": "extensions/Lemon/bluetooth.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
},
{
"title": "Live Keyboard Input",
"img": null,
"description": "Get keyboard input from the user, as if they were typing in a textbox!",
"url": "extensions/golbo/LiveKeyboard.js",
"sandboxed": true,
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
]
},
{
"title": "URL Music extension",
"img": null,
"description": "Play, pause, seek, set the volume and get data about songs from URL-s!",
"url": "extensions/golbo/URL_music.js",
"sandboxed": true,
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
]
},
{
"title": "IndexedDB",
"img": "images/golbo/indexedDB.png",
"description": "Save more than 5mb of data locally!",
"sandboxed": false,
"url": "extensions/golbo/IndexedDB.js",
"creator": [
{"name": "golbo", "url": "https://ffghdfh.itch.io"}
]
},
{
"title": "TurboAST",
"img": "images/Lemon/TurboAST.png",
"description": "AST creation made easier.",
"url": "extensions/Lemon/TurboAST.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"}
]
},
{
"title": "Waveforms",
"img": "images/Lemon/Waveforms.png",
"description": "Use real time waveform calculations in your project.",
"url": "extensions/Lemon/Waveforms.js",
"sandboxed": false,
"creator": [
{"name": "BludIsAnLemon", "url": "https://scratch.mit.edu/users/BludIsAnLemon/"},
{"name": "Mistium", "url": "https://scratch.mit.edu/users/M1stium/"},
{"name": "0znzw", "url": "https://scratch.mit.edu/users/0znzw/"}
]
}
]