niconico-yt Firefox

Examine source code of niconico-yt

By: jasmaa
Inspect and view changes in niconico-yt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "niconico-yt",
  "version": "2.2.2",
  "description": "NicoNico style comments on Youtube",
  "icons": {
    "48": "icons/logo_48.png",
    "96": "icons/logo_96.png"
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "48": "icons/logo_48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{67e25f18-5414-4ff6-9ba8-61134cc9c0dd}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.googleapis.com/youtube/v3/commentThreads/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  },
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best niconico-yt Alternatives

Here are some Firefox add-ons that are similar to niconico-yt: