WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Outlier Playground

Outlier Playground

View on Chrome Web Store
View Outlier Playground Chrome Extension on Chrome Web Store
Add to bookmarks
2.9 (106 ratings)
36 new ratings
6 views
This extension has been viewed 6 times
1 downloads
This extension has been downloaded 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Chat with the leading LLMs and earn money for sharing your feedback
Type
Extension
Users
10,000 users
1K
Remotask
View author page of Remotask
Published
Published on February 12, 2026
Version 1.1.9
Manifest version
3
Updated
Updated on February 25, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Outlier Playground Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top