Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Outlier Playground",
"description": "Chat with the leading LLMs and earn money for sharing your feedback ",
"version": "1.1.9",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCJPxDvoVdeskVB2C+YDgXlY3pY5MLruIfvTzKBGiYSonrhFcXvJcxu46damXDdlQANUUNCl74+FzrEkSQQNEYzzj3mzUcO7HIMG2+8cdIrMRJQWpANaiDbEbmFQO\/QowM8mZP0mHvmeOvJmeknjAUu+ko3Kf6RmbQSZJeUG0r7GeEldq1S702cnMNS54ttYyLZZlQzd6mTIHlVvZPm3JLUGy7ZgN4tHVtsoDvbFKH1LqeNSliSV1SAhwDm0daPXaV5SkSQBfOIiiLtpB+VtMyyzgVir28\/WqhHWHosJ9KyxqVq5PZxympI6AyafYoQ4ku3Xl4F6Mloo22\/UFKOukQIDAQAB",
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"scripting",
"downloads",
"webRequest",
"sidePanel"
],
"host_permissions": [
"https:\/\/api.scale.com\/*",
"https:\/\/*.google.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/*.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/*.anthropic.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/*.x.ai\/*",
"https:\/\/alkalimakersuite-pa.clients6.google.com\/*",
"https:\/\/*.browser-intake-datadoghq.com\/*",
"https:\/\/*.browser-intake-us3-datadoghq.com\/*",
"https:\/\/*.browser-intake-us5-datadoghq.com\/*",
"https:\/\/*.browser-intake-datadoghq.eu\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/*.outlier.ai\/*"
]
},
"action": {
"default_title": "Outlier Playground - Click to open side panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"js": [
"content-gemini.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*"
],
"js": [
"content-chatgpt.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/claude.ai\/*"
],
"js": [
"content-claude.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/grok.com\/*"
],
"js": [
"content-grok.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/aistudio.google.com\/*"
],
"js": [
"content-aistudio.js"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background.js"
}
}