TMAD

It Will Shows the most visited websites in your browser action
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "TMAD",
  "version": "1.1",
  "description": "It Will Shows the most visited websites in your browser action",
  "permissions": [
    "topSites"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}