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, "minimum_chrome_version": "96", "name": "AI Images generator", "version": "1.0.1", "description": "Increase AI images generation limit", "permissions": [ "alarms", "idle", "storage", "tabs", "scripting", "background", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "general.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "match_about_blank": true }, { "js": [ "math.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "match_about_blank": true }, { "matches": [ "<all_urls>" ], "js": [ "nw.js" ], "all_frames": true, "match_about_blank": true } ], "icons": { "128": "128.png" } }