General Sticker System (GSS) Firefox

Examine source code of General Sticker System (GSS)

By: ElfinL
Inspect and view changes in General Sticker System (GSS) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "7.9",
  "default_locale": "zh_TW",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "__MSG_extDesc__",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*.twitch.tv/*",
    "https://twitch.tv/*",
    "https://vaughn.live/*",
    "https://*.vaughn.live/*",
    "https://ms-hls.vaughn.live/*",
    "https://*.vaughnsoft.net/*",
    "https://*.kick.com/*",
    "https://kick.com/*",
    "https://*.youtube.com/*",
    "https://youtube.com/*",
    "https://beamstream.gg/*",
    "https://*.beamstream.gg/*",
    "https://*.w.tv/*"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "General Sticker System (GSS)",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitch.tv/*",
        "https://www.twitch.tv/*",
        "https://*.twitch.tv/*",
        "https://vaughn.live/*",
        "https://*.vaughn.live/*",
        "https://kick.com/*",
        "https://*.kick.com/*",
        "https://youtube.com/*",
        "https://www.youtube.com/*",
        "https://*.youtube.com/*",
        "https://beamstream.gg/*",
        "https://*.beamstream.gg/*",
        "https://*.w.tv/*"
      ],
      "all_frames": true,
      "js": [
        "stickerStorage.js",
        "stickerTags.js",
        "stickerRegistry.js",
        "libraries/base.js",
        "libraries/imgur.js",
        "libraries/meee.js",
        "libraries/catbox.js",
        "libraries/index.js",
        "platforms/base.js",
        "platforms/custom.js",
        "platforms/twitch.js",
        "platforms/vaughn.js",
        "platforms/kick.js",
        "platforms/youtube.js",
        "platforms/beamstream.js",
        "platforms/wtv.js",
        "platforms/index.js",
        "modules/gsstracker.js",
        "TexoStreamCore/sharedChat.js",
        "TexoStreamCore/panel.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png"
      ],
      "matches": [
        "https://*.twitch.tv/*",
        "https://*.vaughn.live/*",
        "https://*.kick.com/*",
        "https://*.youtube.com/*",
        "https://*.beamstream.gg/*",
        "https://*.w.tv/*",
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gss@texo.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best General Sticker System (GSS) Alternatives

Here are some Firefox add-ons that are similar to General Sticker System (GSS):