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
while the other is pointing to
- 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:
