Examine source code of Top Best Extension

Inspect and view changes in Top Best Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.21.2",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://top-best.com/app/",
  "manifest_version": 3,
  "author": "Top Best",
  "optional_permissions": [
    "tabs"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webNavigation"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/top-best-icon16.png",
    "32": "images/top-best-icon32.png",
    "48": "images/top-best-icon48.png",
    "128": "images/top-best-icon128.png"
  },
  "host_permissions": [
    "https://dogs.top-best.com/*",
    "https://top-best.com/*"
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlnNLOXeVa54N6tsjdpmHmzVnoSwm9gnxeJ+kJKuV37gYMXohEV2fLGwjtltv+kiUTOhpjcS4/pnp/ktlQIrCroIKNV/7xbZ8DHE5bnmxxKW+hcl7781zirKTuBKWMQGJqDVCmigkMIpNgjTPzwJND9xUwmGtqXGIiD7+LhNjlwuNCqgYOVdVyTBlND5gvROmeWm7cLdj4BS212RwdQuJVt2G/UTCt6FYbtq+3AgAUxjmvHsb/3G68g1Is23ARRz+tjNOmgTtCuIwKVv9PAcJelnIbT8bBs+sKIMnlthv7Y01TMacoVZdaPfKU2jEO1rnMwSHI66/oz0AAgZYBkwc0wIDAQAB"
}