mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 10:05:54 +03:00
[GH-ISSUE #110] ISSUE : Firefox "extension may be corrupted" #76
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JonnyThree on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/110
Hello i want to report that the addon don't install on Firefox 115.28 ESR, addon v2.15.0 (latest), browser reports that maybe corrupted. Version 2.13 of the addon installs correctly, and also version 2.14.1 dont installs with same error.
I will be grateful if you can take consideration of my report thanks
@YouG-o commented on GitHub (Oct 3, 2025):
This is because you're using an older version of Firefox.
I recently added in Firefox manifest was specifying that no data is collected by including (required by Mozilla since recently) :
Since you're using an old Firefox version, this field may not be recognized. (You need at least v128+)
I suggest you update your Firefox if you want latest extension updates, or stay with the v2.13.
Or, you can Build a custom Firefox version yourself by running :
and install it manually.
@JonnyThree commented on GitHub (Oct 3, 2025):
I'm on Windows 7, and the Firefox version 115.28 ESR is the latest officially supported.
The manifest.json of the extension reports:
"strict_min_version": "112.0",
So i think maybe there is something wrong with the compatibily of the addon
@YouG-o commented on GitHub (Oct 3, 2025):
The problem isn’t with
"strict_min_version": "112.0", but with the"data_collection_permissions"field I recently added to the manifest.Firefox versions before 128 don’t recognize this new field and will report the extension as “corrupt.”
I wasn’t aware of this incompatibility at first, which is why the manifest still lists 112 as the minimum version.
In reality, you need Firefox 128+ for the extension to install—so for future releases, I’ll update "strict_min_version" accordingly.
For now, if you’re on ESR 115, you’ll have to stick with extension v2.13 or build the extension manually using the instructions in my previous message.
@JonnyThree commented on GitHub (Oct 3, 2025):
ok thanks for your support