-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pr/146' into beta-branch
- Loading branch information
Showing
228 changed files
with
14,210 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Privacy Policy | ||
============== | ||
|
||
Credentials: The extension saves your credentials locally and may request other permissions (e.g. allowing a website to use a credential) using a secondary prompt. Your credentials will only be used to perform API requests to the requested service respectively (Plex, CouchPotato, Medusa, Ombi, Radarr, Sonarr, and/or Watcher). These credentials will never be shared with outside sources without express permission (i.e. a prompt will appear). | ||
|
||
Sharing: To find out if the media is already available on Plex (or other services), the extension may send the title and year, and/or any IDs provided to the service. | ||
|
||
Usage/Stats: The extension will not collect any information about your usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"homepage_url": "https://github.com/SpaceK33z/web-to-plex/", | ||
|
||
"manifest_version": 2, | ||
"version": "4.1.1.7", | ||
"version": "4.1.1.8", | ||
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
|
@@ -24,7 +24,6 @@ | |
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", | ||
|
||
"content_scripts": [ | ||
// Allow media downloads | ||
{ | ||
"matches": [ | ||
"*://*.openload.co/*", "*://*.oload.co/*", | ||
|
@@ -70,7 +69,6 @@ | |
"all_frames": true | ||
}, | ||
|
||
// The sites | ||
{ | ||
"matches": ["*://*.movieo.me/*"], | ||
"js": ["history-hack.js", "utils.js", "movieo$.js"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.