[Fixed] [chrome] extension_1_7_3.crx has broken json files

Posting here is no longer possible, please use the corresponding product forum.
Locked
Yagami Light

[Fixed] [chrome] extension_1_7_3.crx has broken json files

Post by Yagami Light »

AdPlock Plus 1.7.3 don't install anymore on Chrome (and chrome webstore too).
Problems in locale files:
  • _locales\bn\messages.json
    _locales\fil\messages.json
    _locales\hi\messages.json
    _locales\ms\messages.json
    _locales\ta\messages.json
    _locales\te\messages.json
Trailing comma in line 3:

Code: Select all

"name": {
    "message": "Adblock Plus",
  }
This prevent Google Chrome to install this extension. Please fix this error and reupload fixed version.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: [chrome] extension_1_7_3.crx has broken json files

Post by mapx »

it works now
Wladimir Palant

Re: [Fixed] [chrome] extension_1_7_3.crx has broken json files

Post by Wladimir Palant »

I've uploaded a fix as version 1.7.4. As mentioned in the blog, the release currently requires a manual step because Web Store has additional requirements for the build that Chrome itself doesn't have. That's where I made a mistake, we really should get rid of that manual step.
Locked