Performance Seed Freebox

Performance Seed Freebox

Affiche l'efficacité des seeds sur l'interface FreeboxOS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Performance Seed Freebox",
  "version": "1.6.0",
  "manifest_version": 2,
  "description": "Affiche l'efficacité des seeds sur l'interface FreeboxOS",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Jack NUMBER",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}