Subtitles for Youtube

Subtitles for Youtube

Use this extension to add subtitles available to user to any YouTube video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_AppDescription__",
  "icons": {
    "16": "images/caption-16.png",
    "32": "images/caption-32.png",
    "48": "images/caption-48.png",
    "64": "images/caption-64.png",
    "128": "images/caption-128.png",
    "256": "images/caption-256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "offline_enabled": true,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "version": "3.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "/subtitleBox.html",
        "/onboarding.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Subtitles For YouTube"
  },
  "homepage_url": "https://subtitle-youtube.freefinancetools.net/"
}