The Unofficial Social Blade  3

The Unofficial Social Blade 3

Track your YouTube stats without leaving your current page. The version 3 allows tracking up to 20 YT channels simultaneously. The extension allows users to enter full Social Blade's statistic pages for accounts right within its pull-down window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "TheUnofficialSocialBladeExtension3@ZXSpectrum",
      "strict_min_version": "57.0"
    }
  },
  "name": "The Unofficial Social Blade Extension 3",
  "description": "Track your YouTube stats without leaving your current page.",
  "author": "VerifiedJoseph (updated by SSRREEDD)",
  "version": "3.1.0",
  "manifest_version": 2,
  "icons": {
    "16": "images/icons/16.png",
    "19": "images/icons/19.png",
    "32": "images/icons/32.png",
    "48": "images/icons/48.png",
    "64": "images/icons/64.png",
    "96": "images/icons/96.png",
    "128": "images/icons/128.png"
  },
  "permissions": [
    "*://*.socialblade.com/*",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icons/16.png",
      "19": "images/icons/19.png",
      "32": "images/icons/32.png",
      "64": "images/icons/64.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "The Unofficial Social Blade Extension 3"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true,
    "chrome_style": false
  }
}