Piri - vaccine for doom scrollers Firefox

Examine source code of Piri - vaccine for doom scrollers

제작자: Vishesh Yadav
Inspect and view changes in Piri - vaccine for doom scrollers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Piri - vaccine for doom scrollers",
  "version": "1.0.5",
  "description": "Dynamic table of contents and smart navigation for ChatGPT, Gemini, and Claude",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://*.gemini.google.com/*",
    "https://bard.google.com/*",
    "https://claude.ai/*",
    "https://piri01.netlify.app/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://*.gemini.google.com/*",
        "https://bard.google.com/*",
        "https://claude.ai/*"
      ],
      "css": [
        "content/sidebar.css"
      ],
      "js": [
        "content/platforms/chatgpt.js",
        "content/platforms/gemini.js",
        "content/platforms/claude.js",
        "content/sidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://piri01.netlify.app/*"
      ],
      "js": [
        "content/auth-detector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg",
        "icons/*.png",
        "llm_icons/*.svg",
        "llm_icons/*.png",
        "content/assets/welcome_cards/*.webp"
      ],
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://*.gemini.google.com/*",
        "https://bard.google.com/*",
        "https://claude.ai/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "piri@example.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Piri - vaccine for doom scrollers 대안

다음은 Piri - vaccine for doom scrollers과(와) 유사한 Firefox add-on입니다: