I guess most people know about the movie web app site, which pulls videos from various sources.

Recently they added a request to download an extension to your browser, for optimal perfomance and better quality.

It is featured on the firefox android extensions site from Mozilla, it has a github page. What I read online is that it seems the extension wants access to everything you do in your browser, which seems kind of sketchy.

What do people here think about it? Anyone installed it and can say more?

Edit: thanks for all the comments, looks like less people knew about this than I thought.

    • RBG@discuss.tchncs.deOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      4 months ago

      I was not aware if I am allowed to post a direct link, so apologies for that but there was a previous post of mine where I asked about help with subtitles for a series, someone posted a link and my topic got closed/deleted by a mod. So that is why and I hope you posting the link does not cause that again. I should have included the github link though, that is true.

      Edit: I added links to the actual extensions.

      • Chewy@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 months ago

        It’s less of a problem to link to solutions to a more general problem than specific shows/movies. Copyright holders are more likely to take action if they find their content directly mentioned and linked to.

  • TWeaK@lemm.ee
    link
    fedilink
    English
    arrow-up
    15
    ·
    4 months ago

    I don’t know what you mean by the movie web app site, but yeah that extension does sound dodgy. “Optimal performance and better quality” sounds like something a spyware vendor would say to try and get people to download, I can’t think of any valid technical reason a browser extension would enable functionality beyond that which the browser already has.

    • TrickDacy@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      4 months ago

      Do you know what extensions are? They have extremely different use cases from websites themselves.

      The obvious use case here and in most cases is to provide functionality that works with a variety of websites. I have no clue about this movie app stuff specifically but the extension might exist to allow you to view more data about a movie from a variety of websites such as imdb and rotten tomatoes.

      • TWeaK@lemm.ee
        link
        fedilink
        English
        arrow-up
        6
        ·
        4 months ago

        Recently they added a request to download an extension to your browser, for optimal perfomance and better quality.

        Like I say, I don’t know what site or service they’re referring to, but this was the claim about what the extension was for.

        I’m sure there could be an extension that checked IMDB or Rotten Tomatoes, but that doesn’t seem to be what this is. Frankly, as a rule of thumb I wouldn’t download any extension from a pirate streaming website.

    • BearOfaTime@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      While I agree with the bulk of your statement, I think this may need to be reworded, as the whole point of extensions is to do as you describe:

      I can’t think of any valid technical reason a browser extension would enable functionality beyond that which the browser already has.

      I’ve tried rephrasing this in my head, and I think I get what you mean, but not sure.

      • TWeaK@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        Yeah I know what you mean. I was mainly referring to the capability to play videos. Obviously, extensions enhance functionality, but they don’t really make videos load quicker or in higher quality.

  • Anders429@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    4 months ago

    The problem they’re addressing is that some sites they were scraping from have begun instituting measures to stop them. The site went from working beautifully to working barely at all, with most sources either loading incredibly slowly or failing to load at all. I followed the discussions a bit on their discord, and it seems like the first recommendation was for users to host their own proxies. From what I see on the site’s initial splash, that still is one of the recommendations. I’m guessing they also rolled out the browser extension as an alternate method for users who don’t want to set up a proxy, since they were getting tons of people on thsir discord complaining about it being too hard or whatever.

    But yeah, who knows if the extension is safe. The project is open source, so you can always examine it for yourself. But at that point you may as well just host your own proxy.

    Edit: looked into it a bit more; the extension’s originally proposed purpose seems to be to get around CORS restrictions on certain sources. Seems the original proposal was here: https://github.com/movie-web/movie-web/issues/581

  • Chewy@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    4 months ago

    The movie-web addon needs quite a bit of permissions. [1]

    Edit: If it actually needs access to many websites/domains it’s better to set the permissions explicitly for each of them like MALSync does. [2]

    This add-on needs to:

    • Block content on any page
    • Access browser tabs
    • Access your data for all websites

    This add-on may also ask to:

    • Access your data for all websites

    [1] https://addons.mozilla.org/en-US/firefox/addon/movie-web-extension/

    [2] https://addons.mozilla.org/en-US/firefox/addon/mal-sync/

    • Aatube@kbin.social
      link
      fedilink
      arrow-up
      6
      ·
      4 months ago

      Apparently it’s supposed to work on forks of the website too, hence “all websites “

  • anzo@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    4 months ago

    You may want to install the extension on a alternate profile of your browser https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles , or use a fork (e.g. libre wolf) dedicated to using that website. I’d probably go with the latter because is less cumbersome. This way, your data or activities in the main browser/ profile is safe. That’s assuming the only issue is about privacy and regarding those permissions.