Skip to content
Ephellon edited this page Dec 13, 2018 · 22 revisions

What do I need to use Web to Plex?

You will need:

Why isn't the extension working?

Please be sure to fill out the options page and press the save button at the end of the page.

I filled out the options, but it still doesn't work (on Firefox)

Please be sure you're using the stable version from your extension store, or directly from SpaceK33z. If you're using the version from Ephellon then you're using the unstable version meant for testing on Chrome only.

Why does the extension ask for permission to change site data?

This is used in order to add the Web to Plex button to the site.

For Couchpotato users, this is also used to communicate with Couchpotato (as it requires content embedding).

What about my privacy? How are my credentials used/stored?

Your credentials are used only to communicate with that service, i.e. your Couchpotato credentials won't be sent to Watcher 3, only to Couchpotato.

When sending a request to a service, Basic Access Authorization will be used.

Your credentials are stored according to your browser's settings:

  • Chrome/Chromium: remotely (if enabled) on Google's password servers, or locally (on your device)
  • Firefox: locally (on your device)

More information on how your credentials are stored can be found in your browser's settings.

Why does the extension want access to all sites?

This permission is used to communicate with HTTPS served pages. In latent terms, if you want to use https://localhost:32400 (Plex), the extension needs permission to communicate with https://localhost. By accessing all URLs, sites can be added much easier, without having to send multiple prompts for access to the same site.

Why is Plex It! on GitHub and not built in?

This is for easing maintenance. Instead of releasing new versions of Web to Plex everytime Plex It! changes, it can simply be hosted here and changed seamlessly.

Can I use the extension outside of my browser?

No. The extension runs entirely within your browser, on your device. The extension only communicates with your NZB manager(s), the supported sites, GitHub (this site) if enabled, and the store (where you installed the extension) for updates.

What data is sent to sites I visit?

Sites (other than Plex It!) are never sent any data from this extension. The site's code is modified with a finished button that contains a URL to Plex (if the item is found), or just a button with IDs that the extension uses later.

Plex It! is sent the same information above, as well as the item's image (if available) once the "add to Plex It!" button is pressed by the user.

What if I visit a site that's not on the supported list?

Sites not approved for full implementation can be found under the Advance Settings section of the options page. If the site isn't on that list either, Web to Plex doesn't bother running on that site.

Sites that are on this second list must be enabled by the user before they will work.

I have an idea, where can I tell someone?

If you want to request a feature, please make an issue and add "Feature" to the beginning of the title (e.g. "Feature: Support XYZ.com").

I'm having trouble, where can I find help?

If you want to report a bug/problem, please make an issue.

Clone this wiki locally