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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/", " |