Inspect and view changes in 无忧府5UF超级VPN 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": "æ— å¿§åºœ5UF超级VPN",
"version": "4.1",
"description": "æ— å¿§åºœè¶…çº§VPNæ˜¯æ— å¿§åºœç»™ä¼šå‘˜æ供的超级VIPæœåŠ¡,会员使用我们的æ’件,å¯ä»¥è½»æ¾ç®€å•çš„快速使用我们的æœåŠ¡,给会员更多的选择",
"icons": {
"19": "img/icon19.png",
"38": "img/icon38.png",
"64": "img/icon64.png",
"128": "img/icon128.png"
},
"background": {
"service_worker": "js/service_worker.js",
"type": "module"
},
"minimum_chrome_version": "109",
"action": {
"default_icon": {
"19": "img/icon19.png",
"36": "img/icon38.png",
"38": "img/icon38.png",
"64": "img/icon64.png",
"128": "img/icon128.png"
},
"default_title": "æ— å¿§åºœ5UF超级VPN",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"proxy",
"tabs",
"webRequest",
"storage",
"alarms",
"activeTab"
],
"host_permissions": [
"https://www.google.com/*",
"https://www.5ufclub.com/*",
"https://*.xinhuanet.network/*",
"<all_urls>"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}