-
Notifications
You must be signed in to change notification settings - Fork 5
/
extensions.json
43 lines (43 loc) · 2.17 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
{
"extensions": [
{
"id": "evenbetter",
"name": "EvenBetter",
"description": "Collection of tweaks and improvements for Caido.",
"author": "bebiks",
"url": "https://github.com/bebiksior/EvenBetter",
"versionUrl": "https://raw.githubusercontent.com/bebiksior/EvenBetter/main/version.txt",
"customJSUrl": "https://raw.githubusercontent.com/bebiksior/EvenBetter/main/final/index.js",
"customCSSUrl": "https://raw.githubusercontent.com/bebiksior/EvenBetter/main/final/style.css"
},
{
"id": "primatepack",
"name": "The Primate Pack",
"description": "A suite of plugins for Caido developed by Monke (@monkehack).",
"author": "monke",
"url": "https://github.com/projectmonke/PrimatePack",
"versionUrl": "https://raw.githubusercontent.com/projectmonke/PrimatePack/main/version.txt",
"customJSUrl": "https://raw.githubusercontent.com/projectmonke/PrimatePack/main/index.js",
"customCSSUrl": "https://raw.githubusercontent.com/projectmonke/PrimatePack/main/style.css"
},
{
"id": "riddle-ai-replay-rename",
"name": "AI Replay Rename",
"description": "Renames replay tabs using AI (consumes Caido AI tokens)",
"author": "Riddle",
"url": "https://github.com/Riddle1001/caido-ai-rename-replay",
"versionUrl": "https://raw.githubusercontent.com/Riddle1001/caido-ai-rename-replay/master/version.txt",
"customJSUrl": "https://raw.githubusercontent.com/Riddle1001/caido-ai-rename-replay/master/dist/bundle.js",
"customCSSUrl": "https://raw.githubusercontent.com/Riddle1001/caido-ai-rename-replay/master/dist/style.css"
},
{
"id": "riddle-replay-header-refresher",
"name": "Refreshes replay headers",
"description": "Users can define which headers to refresh, and refresh them at any time.",
"author": "Riddle",
"url": "https://github.com/Riddle1001/riddle-replay-header-refresher",
"versionUrl": "https://raw.githubusercontent.com/Riddle1001/riddle-replay-header-refresher/master/version.txt",
"customJSUrl": "https://raw.githubusercontent.com/Riddle1001/riddle-replay-header-refresher/master/dist/bundle.js"
}
]
}