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 Jan 26, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Startup Idea Generator",
"version": "2.1.6",
"description": "Generate innovative startup ideas from webpage content using AI. Transform web content into business opportunities.",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/extbackend.azurewebsites.net\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Generate Startup Ideas"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"author": "Jacek Nikitiuk",
"homepage_url": "https:\/\/github.com\/jacol\/Chrome-Startup-Ideas-Generator",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}