A.I. Bookmarks For YouTube™

A.I. Bookmarks For YouTube™

Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "A.I. Bookmarks For YouTube™",
  "version": "3.032",
  "description": "Threelly will help you quickly bookmark and easily remember everything you've ever watched on YouTube.",
  "permissions": [
    "activeTab",
    "tabs",
    "declarativeContent",
    "storage",
    "*://*.googleapis.com/*",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "assets/scripts/jquery.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "PopUp/popup.html",
    "default_icon": {
      "16": "assets/images/rounded/icon-16.png",
      "32": "assets/images/rounded/icon-48.png",
      "48": "assets/images/rounded/icon-48.png",
      "128": "assets/images/rounded/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://*/*",
        "https://threelly-pro.herokuapp.com/*",
        "http://localhost:3000/*",
        "https://app.threelly.com/*"
      ],
      "js": [
        "assets/scripts/vue.js",
        "assets/scripts/vuex.js",
        "assets/scripts/jquery.min.js",
        "assets/scripts/jquery-ui.min.js",
        "assets/scripts/bootstrap.min.js",
        "assets/Tooltipster/tooltipster.bundle.min.js",
        "assets/scripts/moment.min.js",
        "assets/scripts/moment-duration-format.min.js",
        "assets/scripts/Common.js",
        "assets/switch/switchery.js",
        "assets/SliceSlider/nouislider.min.js",
        "assets/PopOver/jquery.webui-popover.min.js",
        "assets/Masking/jquery.mask.min.js",
        "assets/SliceSlider/wNumb.js",
        "store.js",
        "Sidebar/vue-app.js",
        "Sidebar/Sidebar.js",
        "assets/deep_view/index.js",
        "assets/Elessar-master/dist/elessar.js",
        "VideoSlicer/VideoSlicer.js",
        "assets/material/popper.js",
        "assets/material/snackbar.min.js",
        "assets/material/bootstrap-material-design.js"
      ],
      "css": [
        "assets/switch/switchery.css",
        "assets/SliceSlider/nouislider.min.css",
        "assets/Tooltipster/tooltipster-sideTip-light.min.css",
        "assets/Tooltipster/tooltipster.bundle.min.css",
        "assets/PopOver/jquery.webui-popover.min.css",
        "assets/fonts/fonts.css",
        "assets/css/ThreellyStyles.css",
        "assets/css/bootstrap.min.css",
        "assets/Elessar-master/elessar.css",
        "assets/material/threelly-bootstrap-material-design.min.css",
        "assets/deep_view/index.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "/assets/*",
    "/Sidebar/*",
    "/PopUp/*",
    "/VideoSlicer/*"
  ],
  "icons": {
    "16": "assets/images/rounded/icon-16.png",
    "32": "assets/images/rounded/icon-48.png",
    "48": "assets/images/rounded/icon-48.png",
    "128": "assets/images/rounded/icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}