Inspect and view changes in VPN Facebook - 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "VPN Facebook - vpn для фейсбука",
"version": "2.1",
"description": "Это простое расширение для браузера, которое поможет вам пользваться Facebook как раньше без блокировки",
"author": "Andrey Sherechevskiy https://t.me/sherechevskiy",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"default_popup": "popup/main.html"
},
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"background": {
"service_worker": "js/bg.js"
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"browsingData",
"notifications"
],
"host_permissions": [
"https://facebook.com/*",
"https://*.facebook.com/*",
"https://*.xx.fbcdn.net/*",
"https://t.me/*",
"https://telegra.ph/*"
]
}