Plus for Plex
Save time on adding movies or tv shows into plex throw sonarr or radarr!
What is Plus for Plex?
Plus for Plex is a Chrome extension developed by Gazy, and its main feature is "Save time on adding movies or tv shows into plex throw sonarr or radarr!".
Extension Screenshots
Download Plus for Plex Extension CRX File
Download Plus for Plex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to save time on adding movies or tv shows into plex throw sonarr or radarr!
Extension Basic Information
Name | Plus for Plex |
ID | bfmkcbecebkehglopmjjcolmiiocbfjp |
Official URL | https://chromewebstore.google.com/detail/plus-for-plex/bfmkcbecebkehglopmjjcolmiiocbfjp |
Description | Save time on adding movies or tv shows into plex throw sonarr or radarr! |
File Size | 12.4 KB |
Installation Count | 89 |
Current Version | 0.511.4 |
Last Updated | 2022-09-17 |
Publish Date | 2022-08-30 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Gazy |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plus for Plex", "short_name": "Plus", "description": "Save time on adding movies or tv shows into plex throw sonarr or radarr!", "version": "0.511.4", "manifest_version": 3, "author": "Gazy alotibi", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.imdb.com\/*" ], "js": [ "imdb.js" ], "css": [ "imdb.css" ] }, { "matches": [ "*:\/\/app.plex.tv\/*", "*:\/\/127.0.0.1\/*", "*:\/\/localhost\/*" ], "js": [ "plus.js" ], "css": [ "plus.css" ] } ] } |