Snipo: YouTube Notes to Notion Firefox

Examine source code of Snipo: YouTube Notes to Notion

Inspect and view changes in Snipo: YouTube Notes to Notion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "Snipo",
  "description": "__MSG_description__",
  "author": "Dima Nabok",
  "homepage_url": "https://snipo.io",
  "default_locale": "en",
  "options_page": "/snipo-app/dist/index.html",
  "version": "4.6.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/build/app.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.notion.so/*",
        "https://*.notion.com/*"
      ],
      "css": [
        "/notion.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "css": [
        "/youtube.css"
      ],
      "run_at": "document_start"
    },
    {
      "resources": [
        "/build/skillshare.js"
      ],
      "matches": [
        "https://*.skillshare.com/*"
      ]
    },
    {
      "resources": [
        "/build/vimeo.js"
      ],
      "matches": [
        "https://player.vimeo.com/*"
      ]
    }
  ],
  "icons": {
    "16": "/icon/icon_16.png",
    "48": "/icon/icon_48.png",
    "128": "/icon/icon_128.png"
  },
  "background": {
    "scripts": [
      "/build/background.js"
    ]
  },
  "web_accessible_resources": [
    "/icon/*",
    "/dist/*",
    "/build/*",
    "/snipo-app/dist/*"
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "notifications",
    "tabs",
    "system.display",
    "declarativeNetRequestWithHostAccess",
    "scripting"
  ],
  "browser_action": {
    "default_icon": "/icon/icon_48.png",
    "default_popup": "/snipo-app/dist/index.html",
    "default_title": "__MSG_name__"
  },
  "commands": {
    "time": {
      "description": "__MSG_commands1__"
    },
    "screen": {
      "description": "__MSG_commands2__"
    },
    "pause": {
      "description": "__MSG_commands3__"
    },
    "back5s": {
      "description": "__MSG_commands4__"
    },
    "skip5s": {
      "description": "__MSG_commands5__"
    },
    "speed-inc": {
      "description": "__MSG_commands6__"
    },
    "speed-dec": {
      "description": "__MSG_commands7__"
    },
    "transcript": {
      "description": "__MSG_commands8__"
    },
    "clip": {
      "description": "__MSG_commands9__"
    }
  },
  "applications": {
    "gecko": {
      "id": "hello@snipo.io",
      "strict_min_version": "58.0"
    }
  }
}

Best Snipo: YouTube Notes to Notion Alternatives

Here are some Firefox add-ons that are similar to Snipo: YouTube Notes to Notion: