Inspect and view changes in 万能视频播放加速器:VideoSpeedy 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": 3,
"name": "万能视频æ’æ”¾åŠ é€Ÿå™¨:VideoSpeedy",
"description": "Video playback accelerator for all websites.适用于所有网站的视频æ’æ”¾åŠ é€Ÿå™¨ã€‚",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images/icon128.png"
}
},
"permissions": [
"scripting",
"activeTab",
"tabs",
"storage"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"128": "images/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"run_at": "document_start",
"matches": [
"*://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}