LinkedOut Auto Hide Promos Firefox

Examine source code of LinkedOut Auto Hide Promos

Inspect and view changes in LinkedOut Auto Hide Promos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "LinkedOut - Hide Promotional Ads",
  "version": "0.9.2.1",
  "description": "Automatically hide promotional ads from various social media feeds",
  "homepage_url": "https://github.com/CodeChex/LinkedOut-Promo-Ads",
  "author": "John C. Checco",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-3.5.1.slim.min.js",
        "script.js"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "short_name": "hide promo",
  "icons": {
    "16": "icons/icon16x16.png",
    "48": "icons/icon48x48.png",
    "128": "icons/icon128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon48x48.png",
    "default_title": "LinkedOut",
    "default_popup": "popup/options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "script.js",
    "images/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{03f71dc5-3d72-4b97-8eaa-96d814614060}"
    }
  }
}

Best LinkedOut Auto Hide Promos Alternatives

Here are some Firefox add-ons that are similar to LinkedOut Auto Hide Promos: