TextQ

TextQ

Youtube 直播彈幕擴充套件.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TextQ",
  "description": "Youtube 直播彈幕擴充套件.",
  "author": "Droidtown",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/icon16.png",
    "default_popup": "popup.html",
    "default_title": "TextQ"
  },
  "storage": {
    "local_schema": "schema.json"
  }
}