サムネスキン😎ヒカキンが全てのサムネに降臨!

サムネスキン😎ヒカキンが全てのサムネに降臨!

【神】YouTubeのサムネがヒカキンだらけになるChrome拡張機能が遂に登場!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "サムネスキン😎ヒカキンが全てのサムネに降臨!",
  "version": "1.1",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "【神】YouTubeのサムネがヒカキンだらけになるChrome拡張機能が遂に登場!",
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "mrbeastify.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "images/*.json"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}