View general information about the page, edit cookies, embed custom scripts, utilities.
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": "Byte Eight Lab - MultiTool",
"version": "0.6.4",
"description": "__MSG_manifest_description__",
"permissions": [
"storage",
"unlimitedStorage",
"scripting",
"cookies",
"tabs",
"webRequest",
"declarativeNetRequestWithHostAccess",
"alarms"
],
"host_permissions": [
"*://*/*"
],
"background": {
"service_worker": "/js/background/service_worker.js",
"type": "module"
},
"action": {
"default_popup": "/popup.html",
"default_title": "BEL.MT"
},
"default_locale": "en",
"icons": {
"16": "/img/logo-16.png",
"32": "/img/logo-32.png",
"48": "/img/logo-48.png",
"128": "/img/logo-128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}