Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wou AI", "version": "1.9.5", "description": "Use AI from your browser everywhere! By command or simple button click, you can finally forget about switching tabs and copy-pasting", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiZIy2N332iDDBFB4J\/L74+Jr3bZgp6yRbAUMD807yHu7oThwJ56xsTcCAJhQop18Q+ebbGEnTLzuk061wQH+uxl+5bYRSKcmRtxjAxdO\/I8yizkuUq\/RLFUB38dYcOrJev+UIQdHQySWUflPXQdUsY2qSwj\/t1YeoFnu73jeUqHV\/8ZOeb0IQGOPjCYDHcmnKBQm+u4VWUEUotPsucat3MbEr6EceG\/KI0JXjFsrZPu\/DaN4LfvNUI3QeEFixeQ\/7WLzKqGlA0JQeqx+yH2\/buJmka2huTXvYtj7\/HfE3hkrcy49HXXs5bq2Dy432hPEAQ3d2F4Sw\/84cHFoBJxttQIDAQAB", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "options_page": "options.html", "permissions": [ "storage", "contextMenus", "activeTab", "identity" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/style.css" ], "js": [ "content.js" ] } ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/button.png", "assets\/icon128.png", "assets\/icon.png" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "344390262698-fhmhqiv39i0s2b601vjjr8ergkoljmee.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }