LinkedIn Focus Firefox

Examine source code of LinkedIn Focus

Inspect and view changes in LinkedIn Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LinkedIn Focus",
  "version": "1.0.5",
  "version_name": "1.0 rc3",
  "description": "A web extension that allows you to hide news and notifications on LinkedIn so you can focus on your career!",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "focus.js",
        "quotes.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "LinkedInFocus"
  },
  "web_accessible_resources": [
    "icon.png",
    "logo.png",
    "paypal.png",
    "github.svg",
    "linkedin.svg"
  ],
  "permissions": [
    "tabs"
  ]
}

Meilleures alternatives LinkedIn Focus

Voici quelques Firefox add-ons qui sont similaires à LinkedIn Focus :