7TV Anywhere Firefox

Examine source code of 7TV Anywhere

By: aitji Add-on
Inspect and view changes in 7TV Anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "7TV Anywhere",
  "version": "1.0.7",
  "description": "Bring 7TV emotes to [text fields] and [rendered text] on any website*",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.7tv.io/*",
        "*://*.7tv.app/*"
      ],
      "js": [
        "content/render.js",
        "content/autocomplete.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "alarms"
  ],
  "host_permissions": [
    "https://7tv.io/*",
    "https://decapi.me/*",
    "https://cdn.jsdelivr.net/*"
  ],
  "background": {
    "scripts": [
      "background/00-core.js",
      "background/10-runtime.js",
      "background/20-drafts.js",
      "background/30-emotes.js",
      "background/40-channels.js",
      "background/50-suggestions.js",
      "background/60-resolve.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "7tvanywhere@aitji.xyz",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best 7TV Anywhere Alternatives

Here are some Firefox add-ons that are similar to 7TV Anywhere: