I have two almost identically Chrome Web Store apps in Google Chrome. I can't delete either of them. There is a small difference though:

  • Number 1 is pointing to

https://chrome.google.com/webstore

while the other is pointing to

https://chrome.google.com/webstore?hl=en-US

  • Number 1 doesn't have the correct icon (see screenshot)
  • Number 1 is named "Chrome Web Store" the other "Web Store"

HTML of Number 1:

<div class="app" style="left: 520px; top: 0px; "><a app-id="ahfgeienlihckogmohjhadlkjgocpleb" launch-type="1" draggable="false" href="https://chrome.google.com/webstore" ping="record-app-launch-by-id+false+0" style="background-image: url(chrome://extension-icon/ahfgeienlihckogmohjhadlkjgocpleb/128/0); " title="Chrome Web Store">Chrome Web Store</a></div>

HTML of Number 2:

<div class="app web-store-entry" style="left: 650px; top: 0px; "><a app-id="web-store-entry" launch-type="undefined" draggable="false" href="https://chrome.google.com/webstore?hl=en-US" ping="record-webstore-launch+false" title="">Web Store</a></div>

I already tried to remove the extension with the id "ahfgeienlihckogmohjhadlkjgocpleb", but it doesn't exist in my extensions folder.

I'm using Google Chrome 14.0.788.0 canary on Mac OS X 10.6.7

Screenshot: enter image description here

link|improve this question

66% accept rate
Just saying: "This build is for people who want to help test Google Chrome and contribute to its development. The Canary build is updated even more frequently than the Dev channel and is not tested before being released." – slhck Jun 10 '11 at 11:09
So I guess your best bet is to just file a bug report. – slhck Jun 10 '11 at 11:11
You can report bugs at crbug.com – Sebastian Paaske Tørholm Jun 10 '11 at 12:56
feedback

closed as too localized by Lance Roberts, random Aug 28 '11 at 13:11

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

To finally get an answer for this:

It was fixed long time ago, and it was a bug in Chrome.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.