Nuxify Firefox

Examine source code of Nuxify

提供元: Ucrash
Inspect and view changes in Nuxify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Nuxify",
  "description": "Takes every Youtube video starting with \"I\", replaces it with \"we\", and adds Nux Taku in the thumbnail",
  "version": "0.3.3",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png",
    "256": "icon/256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nuxify@gducrash",
      "strict_min_version": "60.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "media/*",
        "audio/*"
      ]
    }
  ],
  "action": {
    "default_title": "Document",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

ベストのNuxify代替案

Nuxifyに類似したFirefox add-onをいくつか紹介します: