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 |
Eメール | [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\/", " |