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, "name": "Quick Edit", "version": "2.0", "description": "Ch\u1ec9nh s\u1eeda v\u0103n b\u1ea3n \u0111\u00e3 ch\u1ecdn th\u00f4ng qua menu chu\u1ed9t ph\u1ea3i", "permissions": [ "contextMenus", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "host_permissions": [ "<all_urls>" ], "icons": { "48": "icon.png" }, "action": { "default_icon": { "48": "icon.png" }, "default_title": "Quick Edit Popup" } }