The top sites module allows access to the top sites that are displayed on the new tab page.
You must declare the "topSites" permission in your extension's manifest to use this API.
{ "name": "My extension", ... "permissions": [ "topSites", ], ... }
You can find samples of this API in Samples.