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": "LMArena Spirit",
"version": "1.0.4",
"description": "\u4ec5\u63d0\u4f9b\u56fe\u7247\u683c\u5f0f\u6807\u6ce8\u548c\u542bmeta\u4fe1\u606f\u56fe\u7247\u7684\u4e0b\u8f7d\u529f\u80fd\uff0c\u5e2e\u52a9\u4f60\u8bb0\u5fc6\u56fe\u7247\u63d0\u793a\u8bcd",
"permissions": [
"activeTab",
"storage",
"downloads"
],
"host_permissions": [
"https:\/\/lmarena.ai\/*",
"https:\/\/*.cloudflarestorage.com\/*",
"https:\/\/*.r2.cloudflarestorage.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/lmarena.ai\/*"
],
"js": [
"meta.shared.js",
"manual.core.js",
"manual.lite.entry.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}