GithubHelp home page GithubHelp logo

dgtlmoon / changedetection.io-browser-extension Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 2.19 MB

A super simple and helpful way to add websites to monitor

License: Apache License 2.0

JavaScript 33.98% CSS 25.63% HTML 16.47% SCSS 23.92%

changedetection.io-browser-extension's People

Contributors

dgtlmoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

changedetection.io-browser-extension's Issues

Doesn't work in Firefox

I installed this extension (addon) in Firefox, it only shows the Not yet configured... popup and when I click on the Sync API Access button, it only changes its label to Checking for access key and nothing else happens.

changedetection.io-Firefox-Video_2024-03-17_21-15-25.webm

PS. Enabling/disabling API access token security check enabled has no effect on this issue.
PPS. To make it work in Firefox, I needed to correct manifest.json in the following way:

{
  "name": "Changedetection.io Website Monitor",
  "description": "Helps you to easily add websites to your changedetection.io profile.",
  "version": "0.2.1",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "background",
    "notifications",
    "storage",
    "tabs",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/shortcut-16.png",
      "32": "/images/shortcut-32.png",
      "48": "/images/shortcut-48.png",
      "128": "/images/shortcut-128.png"
    }
  },
  "icons": {
    "16": "/images/shortcut-16.png",
    "32": "/images/shortcut-32.png",
    "48": "/images/shortcut-48.png",
    "128": "/images/shortcut-128.png"
  },
  "incognito": "spanning",
  "background": {
    "scripts": ["background.js"]
  },
  "browser_specific_settings": {
    "gecko": {
    "id": "[email protected]"
    }
  }
}

[feature] Some nice options

  • Use <title> as title
  • Search for URL / option to check if URL is already in the list
  • visual selector in the plugin
  • cookies

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.