Inspect and view changes in Drift Hunters Unblocked 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": "Drift Hunters Unblocked",
"version": "1.2",
"description": "Drift Hunters Game Unblocked to play in Edge",
"icons": {
"32": "images/32.png",
"128": "images/128.png"
},
"background": {
"service_worker": "js/sv.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"host_permissions": [
"*://*/*"
],
"action": {
"default_icon": "images/32.png",
"default_title": "Drift Hunters"
},
"permissions": [
"alarms",
"declarativeNetRequest",
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"https://*/*"
],
"js": [
"js/c242.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"js/*"
],
"matches": [
"https://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}