Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "0.3.11",
"name": "Webnovel Translator by OpenNovel",
"description": "Translate Chinese, Korean and Japanese novels from popular websites and epubs.",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.6c70dcc7.js"
],
"css": []
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9dhJuad+snsy0AAhUs031dLOXC3sgMBaQBqFUuc6GzBLU1aDibAyy1\/AXRRIalc62iE\/7DS3Gp0ITkAzXnAtJXiidwDUF+S45nVqtj3DRn7b4UnRgMl0BJIpLB5f9+glKral17DttDLZiHgJBKXTMhSvPol8DP1hU5yVbSdK4BzLtgddd\/2PEA290eDuWLNChFcCthvSPjqHYmT\/ljrQI9d8LqBZVZezhCEdr9miP2IMrBKml7Sj4B1Lld85QyOq0VBP\/06x2k6GnhRxcGPF1d\/lIYXB2cqaEhkAALflD39+JWyNHh41hS85auNjUmaKe7DLHzZ2UBLbKqUdDQC71wIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/*.opennovel.co\/*",
"http:\/\/localhost:3002\/*"
]
},
"host_permissions": [
"https:\/\/localhost:3000\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/app.opennovel.co\/*",
"https:\/\/opennovel.co\/*",
"<all_urls>"
]
}