Inspect and view changes in UpLink 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",
"manifest_version": 3,
"name": "UpLink",
"description": "UpLink helps you to get all members information from your group",
"version": "1.0.8",
"icons": {
"16": "images/64521fb6e18df27ac302b8bc-UpLink-1687986069349-small_icon.png",
"48": "images/64521fb6e18df27ac302b8bc-UpLink-1689197460345-medium_icon.png",
"128": "images/64521fb6e18df27ac302b8bc-UpLink-1687905029071-large_icon.png"
},
"action": {
"default_title": "UpLink",
"default_popup": "dashboard.html"
},
"content_scripts": [
{
"matches": [
"*://*.facebook.com/*",
"*://facebook.com/*"
],
"js": [
"lib/jquery-3.5.1.min.js",
"lib/toastr.min.js",
"lib/moment.min.js",
"js/config.bundle.js",
"js/automation.bundle.js",
"js/apiServices.bundle.js"
],
"run_at": "document_end",
"css": [
"css/mm.css",
"css/toastr.min.css"
]
}
],
"background": {
"service_worker": "background-wrapper.bundle.js"
},
"permissions": [
"storage",
"alarms",
"unlimitedStorage"
],
"host_permissions": [
"*://*.facebook.com/*",
"*://facebook.com/*",
"*://*.kyubi.io/api/*",
"https://z7c5j0fjy8.execute-api.us-east-2.amazonaws.com/*",
"http://localhost:1337/*",
"*://memmovapi.com/*",
"*://*.blulinkcrm.link/*"
],
"web_accessible_resources": [
{
"resources": [
"images/*.png",
"images/*.svg",
"images/*.gif"
],
"matches": [
"*://*.facebook.com/*",
"*://facebook.com/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
"content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
},
"short_name": "U"
}