Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Robomonkey: Chat to Build Extensions & Automations AI Assistant",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAry3vnluXjxa8vJTwY69vmUzSmHLR5GtRiQjbjjgkocD1GlJL9W7ZI6fxn7jnDFHgjWOoCxRmJHmrmcHkU\/qZREMaY9vLVHPbpppQiFrFhXGZcy8I23yZNS5yVFUOYYgcXmY0tY9TUtDEv7sfU5YCdQwi5US0eqdmuqj9FfW\/wTJ8Rq2bKMxB5f3dIjcuhYsQ0z+PakjfL9N9mQwQMCggrYyogjcU7yP+0wcIvFupO\/OI7Hgf+T44yiFnURDl+H1VdXC2NvXZLbJuGwXCITpXvoZhYALiS97b+Wfn9\/cvBmlg\/vDI0VOl2UiMlYDwNpqlikBERtjtKJ8cdx9mkMXexwIDAQAB",
"version": "1.0.13",
"description": "Robomonkey is an AI-powered Extension Builder and AI Assistant, capable of building any Chrome extension you need.",
"minimum_chrome_version": "135",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabs",
"userScripts",
"identity",
"sidePanel",
"declarativeNetRequest",
"contextMenus"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Robomonkey",
"default_icon": {
"32": "icon-32.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/robomonkey.io\/*"
],
"js": [
"content\/robomonkey.iife.js"
]
}
],
"icons": {
"32": "icon-32.png",
"128": "icon-128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"side_panel": {
"default_path": "side-panel\/index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/go.crisp.chat https:\/\/client.crisp.chat https:\/\/game.crisp.chat"
}
}