Inspect and view changes in 微信读书朗读助手 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_popup": "popup/index.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/content.js"
],
"run_at": "document_start"
}
],
"description": "让微信读书切æ¢ä¸ºå¢¨æ°´å±æ¨¡å¼ï¼Œä¹¦ç±å†…容å¯ä»¥è¢«æµè§ˆå™¨çš„“大声朗读â€åŠŸèƒ½æ‰€è¯†åˆ«ã€‚支æŒæŒ‰é”®ç¿»é¡µ/æ–‡å—选择/夜间模å¼",
"host_permissions": [
"*://*/*",
"ws://*/*",
"wss://*/*"
],
"icons": {
"16": "icons/icon_16x16.png",
"32": "icons/icon_32x32.png",
"48": "icons/icon_48x48.png",
"128": "icons/icon_128x128.png"
},
"manifest_version": 3,
"name": "微信读书朗读助手",
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"tabs",
"scripting"
],
"version": "0.0.0.7",
"web_accessible_resources": [
{
"matches": [
"*://*/*"
],
"resources": [
"content_scripts/inject.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}