Direct+

Améliorez votre recherche Google grâce aux résultats de notre service.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "worker.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/site.js"
      ],
      "matches": [
        "*://*.foot-direct.fr/*",
        "*://*.tv-direct.fr/*",
        "*://directplus.azurewebsites.net/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "css": [
        "styles/directplus.css"
      ],
      "js": [
        "scripts/directplus.js"
      ],
      "matches": [
        "https://www.google.com/*",
        "https://www.google.be/*",
        "https://www.google.fr/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Améliorez votre recherche Google grâce aux résultats de notre service.",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "Direct+",
  "permissions": [
    "activeTab",
    "storage",
    "*://*/"
  ],
  "version": "1.0.9.1"
}