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": "\u6c89\u6d78\u5f0f\u7ffb\u8bd1\u95ea\u7535\u7248",
"version": "3.0",
"description": "\u8fde\u7eed\u6309\u4e09\u6b21\u7a7a\u683c\u952e\u5373\u53ef\u5c06\u6587\u672c\u7ffb\u8bd1\u5230\u9009\u5b9a\u76ee\u6807\u8bed\u8a00\uff08\u652f\u6301\u591a\u8bed\u8a00\uff09",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/freelongtts.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "\u6c89\u6d78\u5f0f\u7ffb\u8bd1\u95ea\u7535\u7248"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}