Pulsarr
Add movies/series to Radarr/Sonarr from IMDB and TVDB
什么是Pulsarr?
Pulsarr是由http://pshar.ma开发的Chrome扩展程序,该扩展的主要功能是“Add movies/series to Radarr/Sonarr from IMDB and TVDB”。
扩展截图
下载Pulsarr扩展crx文件
下载Pulsarr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browser extension for adding movies to Radarr or Series' to Sonarr while browsing IMDB or TVDB.
扩展基本信息
名称 | |
ID | ekjjpacodipfmjhpbjcbnmnimakhlnne |
官方URL | https://chrome.google.com/webstore/detail/pulsarr/ekjjpacodipfmjhpbjcbnmnimakhlnne |
简介 | Add movies/series to Radarr/Sonarr from IMDB and TVDB |
文件大小 | 806 KB |
安装次数 | 825 |
当前版本 | 2.1.4 |
更新时间 | 2021-11-16 |
上架时间 | 2021-01-29 |
评分 | 2.40/5 共5次评分 |
开发者 | http://pshar.ma |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/psharma04/Pulsarr |
帮助页面URL | https://github.com/psharma04/Pulsarr/issues |
隐私政策页面URL | https://schoolnotes.xyz/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pulsarr", "author": "roboticsound", "description": "Add movies\/series to Radarr\/Sonarr from IMDB and TVDB", "version": "2.1.4", "icons": { "16": "\/img\/icons\/pulsarr\/16.png", "32": "\/img\/icons\/pulsarr\/32.png", "48": "\/img\/icons\/pulsarr\/48.png", "128": "\/img\/icons\/pulsarr\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": { "16": "\/img\/icons\/pulsarr\/16.png", "32": "\/img\/icons\/pulsarr\/32.png", "48": "\/img\/icons\/pulsarr\/48.png" }, "default_popup": "popup.html", "default_title": "Add to Radarr" }, "options_ui": { "page": "\/opt\/options.html", "chrome_style": false }, "content_security_policy": "script-src 'self'; object-src 'self' ", "permissions": [ "activeTab", "tabs", "webNavigation", "https:\/\/ajax.googleapis.com\/", " |