У кого слетело, замените текст в manifest.json на
{"manifest_version":3,"name":"__MSG_extName__","default_locale":"ru","description":"__MSG_extDesc__","version":"0.0.1.64","icons":{"128":"icons/default-128.png"},"author":"
anticensor...@googlegroups.com","permissions":["proxy","alarms","storage","unlimitedStorage","tabs","contextMenus","notifications","webNavigation","declarativeNetRequest"],"host_permissions":["<all_urls>",""],"minimum_chrome_version":"88.0.0.0","browser_specific_settings":{"gecko":{"strict_min_version":"109.0"}},"background":{"service_worker":"background-wrapper.js"},"action":{"default_title":"Этот сайт благословлён | Версия 1.64","default_popup":"/pages/options/index.html"},"options_ui":{"page":"/pages/options/index.html","open_in_tab":false}}
и создайте файл
background-wrapper.js в той же папке с текстом
importScripts(
"00-init-apis.js",
"11-error-handlers-api.js",
"12-errors-lib.js",
"13-http-lib.js",
"15-firefox-proxy-settings.js",
"20-ip-to-host-api.js",
"35-pac-kitchen-api.js",
"37-sync-pac-script-with-pac-provider-api.js",
"80-error-menu.js",
"83-last-errors.js",
"85-block-informer.js",
"70-menu-items.js",
"75-context-menus.js"
);