Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ReddiRecs: Product Finder: Product Recommendations from Redditors",
"version": "1.0.1",
"description": "Find top product recommendations from Reddit discussions",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.reddit.com\/*",
"https:\/\/oauth.reddit.com\/*",
"https:\/\/api.openai.com\/*"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"config.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/www.reddit.com https:\/\/oauth.reddit.com https:\/\/api.openai.com;"
}
}