Cribble - AI Usage Tracker Firefox

Examine source code of Cribble - AI Usage Tracker

By: birdabo Add-on
Inspect and view changes in Cribble - AI Usage Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cribble - AI Usage Tracker",
  "version": "2.6.1",
  "description": "Track your AI tool usage and compete on the global leaderboard",
  "minimum_chrome_version": "121",
  "browser_specific_settings": {
    "gecko": {
      "id": "cribble@cribble.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "personallyIdentifyingInfo",
          "websiteActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "scripting",
    "alarms",
    "webNavigation"
  ],
  "host_permissions": [
    "https://cribble.dev/*",
    "https://*.cribble.dev/*",
    "https://claude.ai/*",
    "https://*.claude.ai/*",
    "https://console.anthropic.com/*",
    "https://chatgpt.com/*",
    "https://*.chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://platform.openai.com/*",
    "https://sora.com/*",
    "https://*.sora.com/*",
    "https://grok.com/*",
    "https://*.grok.com/*",
    "https://grok.x.ai/*",
    "https://x.com/i/grok*",
    "https://gemini.google.com/*",
    "https://aistudio.google.com/*",
    "https://notebooklm.google.com/*",
    "https://labs.google/*",
    "https://jules.google/*",
    "https://jules.google.com/*",
    "https://chat.deepseek.com/*",
    "https://copilot.microsoft.com/*",
    "https://meta.ai/*",
    "https://*.meta.ai/*",
    "https://kimi.com/*",
    "https://*.kimi.com/*",
    "https://chat.qwen.ai/*",
    "https://z.ai/*",
    "https://*.z.ai/*",
    "https://chat.mistral.ai/*",
    "https://perplexity.ai/*",
    "https://*.perplexity.ai/*",
    "https://you.com/*",
    "https://*.you.com/*",
    "https://poe.com/*",
    "https://*.poe.com/*",
    "https://phind.com/*",
    "https://*.phind.com/*",
    "https://lmarena.ai/*",
    "https://*.lmarena.ai/*",
    "https://arena.ai/*",
    "https://*.arena.ai/*",
    "https://character.ai/*",
    "https://*.character.ai/*",
    "https://my.replika.ai/*",
    "https://manus.im/*",
    "https://genspark.ai/*",
    "https://*.genspark.ai/*",
    "https://github.com/copilot*",
    "https://cursor.com/*",
    "https://v0.app/*",
    "https://*.v0.app/*",
    "https://lovable.dev/*",
    "https://*.lovable.dev/*",
    "https://bolt.new/*",
    "https://*.bolt.new/*",
    "https://replit.com/*",
    "https://*.replit.com/*",
    "https://app.base44.com/*",
    "https://sora.chatgpt.com/*",
    "https://app.arcads.ai/*",
    "https://higgsfield.ai/*",
    "https://*.higgsfield.ai/*",
    "https://app.runwayml.com/*",
    "https://pika.art/*",
    "https://*.pika.art/*",
    "https://lumalabs.ai/*",
    "https://*.lumalabs.ai/*",
    "https://kling.ai/*",
    "https://*.kling.ai/*",
    "https://hailuoai.video/*",
    "https://*.hailuoai.video/*",
    "https://app.heygen.com/*",
    "https://app.synthesia.io/*",
    "https://ai.invideo.io/*",
    "https://midjourney.com/*",
    "https://*.midjourney.com/*",
    "https://app.leonardo.ai/*",
    "https://ideogram.ai/*",
    "https://*.ideogram.ai/*",
    "https://krea.ai/*",
    "https://*.krea.ai/*",
    "https://recraft.ai/*",
    "https://*.recraft.ai/*",
    "https://firefly.adobe.com/*",
    "https://civitai.com/*",
    "https://*.civitai.com/*",
    "https://app.photoroom.com/*",
    "https://fal.ai/*",
    "https://*.fal.ai/*",
    "https://elevenlabs.io/*",
    "https://*.elevenlabs.io/*",
    "https://suno.com/*",
    "https://*.suno.com/*",
    "https://udio.com/*",
    "https://*.udio.com/*",
    "https://app.jasper.ai/*",
    "https://app.writesonic.com/*",
    "https://app.copy.ai/*",
    "https://app.rytr.me/*",
    "https://gamma.app/*",
    "https://*.gamma.app/*",
    "https://huggingface.co/*",
    "https://*.huggingface.co/*",
    "https://groq.com/*",
    "https://*.groq.com/*",
    "https://api.together.ai/*",
    "https://replicate.com/*",
    "https://*.replicate.com/*",
    "https://studio.ai21.com/*"
  ],
  "background": {
    "scripts": [
      "config/ai-tools.js",
      "lib/device-state.js",
      "lib/sync-queue.js",
      "handlers/messages.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://cribble.dev/*",
        "https://*.cribble.dev/*",
        "https://claude.ai/*",
        "https://*.claude.ai/*",
        "https://console.anthropic.com/*",
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://platform.openai.com/*",
        "https://sora.com/*",
        "https://*.sora.com/*",
        "https://grok.com/*",
        "https://*.grok.com/*",
        "https://grok.x.ai/*",
        "https://x.com/i/grok*",
        "https://gemini.google.com/*",
        "https://aistudio.google.com/*",
        "https://notebooklm.google.com/*",
        "https://labs.google/*",
        "https://jules.google/*",
        "https://jules.google.com/*",
        "https://chat.deepseek.com/*",
        "https://copilot.microsoft.com/*",
        "https://meta.ai/*",
        "https://*.meta.ai/*",
        "https://kimi.com/*",
        "https://*.kimi.com/*",
        "https://chat.qwen.ai/*",
        "https://z.ai/*",
        "https://*.z.ai/*",
        "https://chat.mistral.ai/*",
        "https://perplexity.ai/*",
        "https://*.perplexity.ai/*",
        "https://you.com/*",
        "https://*.you.com/*",
        "https://poe.com/*",
        "https://*.poe.com/*",
        "https://phind.com/*",
        "https://*.phind.com/*",
        "https://lmarena.ai/*",
        "https://*.lmarena.ai/*",
        "https://arena.ai/*",
        "https://*.arena.ai/*",
        "https://character.ai/*",
        "https://*.character.ai/*",
        "https://my.replika.ai/*",
        "https://manus.im/*",
        "https://genspark.ai/*",
        "https://*.genspark.ai/*",
        "https://github.com/copilot*",
        "https://cursor.com/*",
        "https://v0.app/*",
        "https://*.v0.app/*",
        "https://lovable.dev/*",
        "https://*.lovable.dev/*",
        "https://bolt.new/*",
        "https://*.bolt.new/*",
        "https://replit.com/*",
        "https://*.replit.com/*",
        "https://app.base44.com/*",
        "https://sora.chatgpt.com/*",
        "https://app.arcads.ai/*",
        "https://higgsfield.ai/*",
        "https://*.higgsfield.ai/*",
        "https://app.runwayml.com/*",
        "https://pika.art/*",
        "https://*.pika.art/*",
        "https://lumalabs.ai/*",
        "https://*.lumalabs.ai/*",
        "https://kling.ai/*",
        "https://*.kling.ai/*",
        "https://hailuoai.video/*",
        "https://*.hailuoai.video/*",
        "https://app.heygen.com/*",
        "https://app.synthesia.io/*",
        "https://ai.invideo.io/*",
        "https://midjourney.com/*",
        "https://*.midjourney.com/*",
        "https://app.leonardo.ai/*",
        "https://ideogram.ai/*",
        "https://*.ideogram.ai/*",
        "https://krea.ai/*",
        "https://*.krea.ai/*",
        "https://recraft.ai/*",
        "https://*.recraft.ai/*",
        "https://firefly.adobe.com/*",
        "https://civitai.com/*",
        "https://*.civitai.com/*",
        "https://app.photoroom.com/*",
        "https://fal.ai/*",
        "https://*.fal.ai/*",
        "https://elevenlabs.io/*",
        "https://*.elevenlabs.io/*",
        "https://suno.com/*",
        "https://*.suno.com/*",
        "https://udio.com/*",
        "https://*.udio.com/*",
        "https://app.jasper.ai/*",
        "https://app.writesonic.com/*",
        "https://app.copy.ai/*",
        "https://app.rytr.me/*",
        "https://gamma.app/*",
        "https://*.gamma.app/*",
        "https://huggingface.co/*",
        "https://*.huggingface.co/*",
        "https://groq.com/*",
        "https://*.groq.com/*",
        "https://api.together.ai/*",
        "https://replicate.com/*",
        "https://*.replicate.com/*",
        "https://studio.ai21.com/*"
      ],
      "js": [
        "config/ai-tools.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Cribble - AI Usage Tracker"
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  }
}

Best Cribble - AI Usage Tracker Alternatives

Here are some Firefox add-ons that are similar to Cribble - AI Usage Tracker: