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": "2.3",
"description": "雪哥窝解析能帮助你解析一切收费视频,且永久无广告免费使用!【使用说明:进入任意视频网站播放页面,然后在页面任意处鼠标右击,选择“使用雪哥窝解析”即可。】【更多精彩影视资源访问官网:xgwo.cn】",
"icons": {
"16": "img/video.png",
"48": "img/video.png",
"128": "img/video.png"
},
"permissions": [
"<all_urls>",
"contextMenus",
"storage",
"cookies"
],
"browser_action": {},
"background": {
"scripts": [
"js/menus.js"
]
}
}