Cheese-PIP Firefox

Examine source code of Cheese-PIP

By: l3
Inspect and view changes in Cheese-PIP source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cheese-PIP - 치지직 도구",
  "description": "치지직에 녹화, 스크린샷 등 다양한 기능을 추가합니다.",
  "version": "3.1.14",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "web_accessible_resources": [
    "src/*",
    "pages/*",
    "chunks/*",
    "assets/*",
    "ffmpeg/*",
    "monkeypatch/*",
    "*.html"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "chzzk_pip@kosame.dev"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Cheese-PIP",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chzzk.naver.com/*"
      ],
      "all_frames": true,
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Cheese-PIP Alternatives

Here are some Firefox add-ons that are similar to Cheese-PIP: