Github Streak Firefox

Examine source code of Github Streak

Inspect and view changes in Github Streak source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "github-streak-extension",
  "description": "Native GitHub Streak stats integration and Camo cache purger.",
  "version": "0.0.1",
  "icons": {
    "16": "assets/icons/fire-16.png",
    "32": "assets/icons/fire-32.png",
    "48": "assets/icons/fire-48.png",
    "128": "assets/icons/fire-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "*://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-streak@rahuldhole.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content-scripts/camo-purger.js",
        "content-scripts/profile-injector.js"
      ]
    },
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Melhores alternativas Github Streak

Aqui estão algumas Firefox add-ons que são similares a Github Streak: