TubeSpanner

TubeSpanner

TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Agile451",
  "manifest_version": 3,
  "name": "TubeSpanner",
  "version": "4.6.2.50",
  "icons": {
    "16": "icons/icon_16.png",
    "19": "icons/icon_19.png",
    "32": "icons/icon_32.png",
    "38": "icons/icon_38.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_icon": "icons/icon_16.png",
    "default_popup": "html/popup.html",
    "default_title": "TubeSpanner"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "http://*.youtube.com/*",
        "https://*.streamyard.com/*",
        "http://*.streamyard.com/*"
      ],
      "js": [
        "js/TubespannerENV.js",
        "js/jquery.min.js",
        "js/jquery-ui.js",
        "js/popper.min.js",
        "js/bootstrap.min.js",
        "js/fontawesome.js",
        "js/jquery.ui.touch-punch.min.js",
        "js/jquery.Jcrop.min.js",
        "js/moment.min.js",
        "js/bootstrap-datetimepicker.min.js",
        "js/fullcalendar.min.js",
        "js/tsCanvasAchievements.js",
        "js/GoogleClientAPI.js",
        "js/loadash.js",
        "js/content.js",
        "js/TSEmojiPicker.js",
        "js/player.js",
        "js/linkify.min.js",
        "js/linkify-html.min.js",
        "js/makeElementDraggable.js",
        "js/LoginForm.js",
        "js/fabric.min.js",
        "js/tubespanner-page-drawer.js",
        "js/tubespanner-page-magnifier.js",
        "js/tubespanner-color-picker.js"
      ],
      "css": [
        "stylesheets/bootstrap.min.css",
        "stylesheets/bootstrap-datetimepicker.min.css",
        "stylesheets/jquery-ui.css",
        "stylesheets/jquery.Jcrop.min.css",
        "stylesheets/fullcalendar.css",
        "stylesheets/content.css",
        "stylesheets/TSEmojiPicker.css",
        "stylesheets/TubespannerEditor.css",
        "stylesheets/TubespannerMagnifier.css",
        "stylesheets/TubespannerColorPicker.css",
        "stylesheets/LoginForm.css"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Open extension's popup to access tools."
    }
  },
  "permissions": [
    "scripting",
    "tabs",
    "storage",
    "cookies",
    "activeTab",
    "notifications"
  ],
  "host_permissions": [
    "https://*.youtube.com/*",
    "http://*.youtube.com/*",
    "https://*.tubespanner.com/*",
    "http://*.tubespanner.com/*",
    "https://*.streamyard.com/*",
    "https://streamyard.com/*",
    "http://*.streamyard.com/*"
  ],
  "description": "TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content.",
  "short_name": "TubeSpanner",
  "homepage_url": "https://app.tubespanner.com/",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "html/popup.html",
        "html/modal-popup.html",
        "html/thumb-editor.html",
        "html/ErrorHandlerPopup.html",
        "images/*",
        "fonts/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}