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 |
官方網址 | 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\/", " |