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
{
"manifest_version": 2,
"name": "同步播放器",
"version": "0.1.1.0",
"description": "视频网站在线同步播放",
"author": "Mr.G",
"homepage_url": "http://grj321.com",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
"inject.js"
]
}