Clip-it! Firefox

Examine source code of Clip-it!

By: dwb
Inspect and view changes in Clip-it! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clip-it",
  "version": "1.2",
  "description": "An extension to clip all the coupons with one click",
  "homepage_url": "https://github.com/jchrispen/bjs-clip-it",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4f681df-7721-4c60-b31a-73e6b489c791}"
    }
  },
  "host_permissions": [],
  "permissions": [
    "webRequest",
    "cookies",
    "activeTab",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/sites/giantfood.js",
      "js/sites/bjs.js",
      "js/common.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://giantfood.com/*",
        "https://www.bjs.com/*"
      ],
      "js": [
        "js/sites/giantfood.js",
        "js/sites/bjs.js",
        "js/common.js",
        "js/content.js"
      ]
    }
  ],
  "action": {
    "default_title": "Clip it!",
    "default_icon": "icons/clip-it_dark.png",
    "theme_icons": [
      {
        "dark": "icons/clip-it_light.png",
        "light": "icons/clip-it_dark.png",
        "size": 32
      }
    ]
  }
}

Best Clip-it! Alternatives

Here are some Firefox add-ons that are similar to Clip-it!: