Realtime Subscriber Count

Realtime Subscriber Count

The 'Subscriber Count' app allows you to view your YouTube subscriber amount in real-time! It is very easy to use, just open the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Realtime Subscriber Count",
  "version": "1.0.0",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "offline_enabled": false,
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "https://realtimesubcount.com/"
  ]
}