PushCC

PushCC

PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PushCC",
  "description": "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.",
  "version": "1.6.6",
  "icons": {
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    }
  },
  "content_security_policy": "script-src 'self' https://unpkg.com https://code.jquery.com;",
  "background": {
    "scripts": [
      "scripts/env.js",
      "scripts/jquery-3.4.1.min.js",
      "scripts/background.js"
    ]
  }
}