tosdr/browser-extensions

extension has no function

Closed this issue · 3 comments

I installed the extension, but it has no function.

screenshot from 2018-07-15 21-09-10

This is how it looks when i have #13 open. That issue might also be the reason.


Chromium 65.0.3325.162

@michielbdejong @piks3l It seems that the format of the API response (like in https://tosdr.org/services/youtube.json) has changed. For example, there is no url attribute anymore but an urls attribute.
Is this an intended change?
Is there another API endpoint that is compatible with the old format?
Is the new format documented and stable?

@michielbdejong @piks3l @tosdr/phoenix @tosdr/browser-extensions-developers
These API changes break probably not only the chrome extension, but others too, like for example tosdr/tosdr-firefox#51.

Looking at https://github.com/tosdr/tosdr.org/wiki/Specification:-services/_history it seems this API change had already happened before May 2013, and also it makes no sense to have a single .url field, many services have multiple domain names, so .urls is better. I think we should fix it in all browser extensions, like @floSoX already did in #17.