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",
"name": "Douban Book Rating -\u8c46\u74e3\u8bfb\u4e66\u8bc4\u5206",
"version": "1.0.4",
"manifest_version": 3,
"description": "\u5728\u5fae\u4fe1\u8bfb\u4e66\u3001\u4eac\u4e1c\u8bfb\u4e66\u3001\u5f97\u5230\u8bfb\u4e66\u3001\u591a\u770b\u9605\u8bfb\u3001zlibrary\u56fe\u4e66\u8be6\u60c5\u9875\u663e\u793a\u56fe\u4e66\u7684\u8c46\u74e3\u8bc4\u5206",
"action": {
"default_icon": "static\/icon\/icon_16.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "static\/icon\/icon_16.png",
"64": "static\/icon\/icon_64.png"
},
"content_scripts": [
{
"css": [
".\/static\/css\/index.css"
],
"js": [
".\/components\/index.js"
],
"matches": [
"https:\/\/weread.qq.com\/*",
"https:\/\/www.duokan.com\/*",
"https:\/\/e-m.jd.com\/*",
"https:\/\/www.dedao.cn\/*",
"https:\/\/z-lib.io\/book\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"static\/img\/star.png",
"static\/img\/allstars.png"
]
}
]
}