Yuji

Yuji

Interact with yuji.app and others

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yuji",
  "description": "Interact with yuji.app and others",
  "version": "1.1.0",
  "minimum_chrome_version": "88",
  "manifest_version": 3,
  "incognito": "split",
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "alarms"
  ],
  "action": {
    "default_popup": "/pages/youtube/popup.html"
  },
  "icons": {
    "512": "/icon.png"
  },
  "offline_enabled": false,
  "background": {
    "service_worker": "index.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.yuji.app/*"
  ],
  "optional_host_permissions": [
    "https://*.discord.com/channels/*",
    "https://*.youtube.com/watch?*",
    "https://*.youtube.com/shorts/*",
    "https://*.twitch.tv/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv888VhPiYKJYwldEADgGQZeaDwoxWZNTDO1byTglu+s5HF7kSpHTKv8RjFefQbJ6jj2q+SXuWEdMhLvG8+xgSOrDmMoyZba0ZEAZSLHh4K/ZRWRKrB9C6iEvOk/HTwSrNjBTk7M6MVUuQYPHI007mU5675QJmqONUXDwDT7YZwyMvnI7NSf/uySgb0rxeNua6z0zx/pv1xzn+4+5vRkzeMbfIsIpSeE0g3gxGraygYKGoKxs0qF72kHhwM8QsJH8C8Gyjg8Yv8LAgqCga7k6AE9Viu59x5t7HoRj1bIrUhval7S011QrNQ7g1vqmS+LCoDRjIs7LXUZ+ZkRf+HJfRQIDAQAB"
}