79558140

Date: 2025-04-06 11:42:39
Score: 3
Natty:
Report link

For those who will face same issue - problem is with manifest version requirements. You should update manifest v.2 to manifest v.3. It should look in my case like this:

    {
        ""version"": ""1.0.0"",
        ""manifest_version"": 3,
        ""name"": ""Chrome Proxy"",
        ""permissions"": [
            ""proxy"",
            ""tabs"",
            ""unlimitedStorage"",
            ""storage"",
            ""webRequest"",
            ""webRequestAuthProvider""
            ],
        ""host_permissions"": [
            ""<all_urls>""
        ],
        ""background"": {
            ""service_worker"": ""background.js""
        },
        ""minimum_chrome_version"":""22.0.0""
    }";
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): face same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mike K