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": "EpubToolKit--\u770b\u7406\u60f3\u97f3\u9891\u6587\u7a3f\/\u5f97\u5230\u8bfe\u7a0b\u6587\u7a3f\u5bfc\u51fa\u52a9\u624b\/epub\u9605\u8bfb\u5668",
"description": "\u770b\u7406\u60f3\u97f3\u9891\u6587\u7a3f\/\u5f97\u5230\u8bfe\u7a0b\u6587\u7a3f\u5bfc\u51faEpub\u683c\u5f0f\u7535\u5b50\u4e66\uff0c\u5373\u53ef\u5bfc\u5165\u5230\u5fae\u4fe1\u8bfb\u4e66\uff1bepub\u683c\u5f0f\u7535\u5b50\u4e66\u9605\u8bfb\u5668",
"version": "1.0.4",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"host_permissions": [
"https:\/\/geckoinfo.cloud\/*",
"https:\/\/www.vistopia.com.cn\/*",
"https:\/\/cdn.vistopia.com.cn\/*",
"*:\/\/*\/*"
],
"permissions": [
"storage",
"unlimitedStorage",
"downloads"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.vistopia.com.cn\/*",
"*:\/\/www.dedao.cn\/*"
],
"js": [
"content_script.js"
]
}
],
"action": {
"default_title": "EpubToolKit--\u770b\u7406\u60f3\u97f3\u9891\u6587\u7a3f\/\u5f97\u5230\u8bfe\u7a0b\u6587\u7a3f\u5bfc\u51fa\u52a9\u624b\/epub\u9605\u8bfb\u5668",
"default_icon": {
"16": "\/icons\/icon_16.png",
"64": "\/icons\/icon_64.png",
"128": "\/icons\/icon_128.png"
}
},
"icons": {
"16": "\/icons\/icon_16.png",
"64": "\/icons\/icon_64.png",
"128": "\/icons\/icon_128.png"
},
"web_accessible_resources": [
{
"resources": [
"\/icons\/*"
],
"matches": [
"https:\/\/www.vistopia.com.cn\/*",
"https:\/\/www.dedao.cn\/*"
]
}
]
}