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 Jun 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "wetab.org", "name": "WETAB | C\u00f9ng ch\u00fang t\u00f4i \u0111\u00f3ng g\u00f3p cho x\u00e3 h\u1ed9i", "description": "Wetab bi\u1ebfn tr\u00ecnh duy\u1ec7t c\u1ee7a b\u1ea1n th\u00e0nh m\u1ed9t c\u00f4ng c\u1ee5, cho ph\u00e9p b\u1ea1n \u0111\u00f3ng g\u00f3p v\u00e0 h\u1ed7 tr\u1ee3 c\u00e1c ho\u1ea1t \u0111\u1ed9ng x\u00e3 h\u1ed9i ch\u1ec9 b\u1eb1ng c\u00e1ch duy\u1ec7t web", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "webRequest", "tabs", "topSites" ], "manifest_version": 3, "version": "1.0.5.2", "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/main.js" ], "css": [ "css\/main.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "js\/main.js" ], "all_frames": true, "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/wetab.org\/*" ] } }