Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"content_scripts": [
{
"js": [
"jquery.js",
"content_script.js"
],
"matches": [
"http://*/*",
"https://*/*",
"https://shadowq.com/*"
],
"run_at": "document_end"
}
],
"description": "",
"homepage_url": "https://shadowq.com/",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 2,
"name": "å½±å论å›é˜…读",
"page_action": {
"default_icon": {
"19": "icon.png",
"38": "icon.png"
},
"default_popup": "index.html",
"default_title": "shadowq.com"
},
"permissions": [
"tabs",
"storage",
"http://*/*",
"https://*/*",
"https://shadowq.com/*"
],
"version": "1.0.2",
"web_accessible_resources": [
"inject/mysettings.js"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}