Pulsarr
Add movies/series to Radarr/Sonarr from IMDB and TVDB
Co to jest Pulsarr?
Pulsarr to rozszerzenie Chrome opracowane przez http://pshar.ma, a jego główną funkcją jest „Add movies/series to Radarr/Sonarr from IMDB and TVDB”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pulsarr
Pobierz pliki rozszerzeń Pulsarr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Browser extension for adding movies to Radarr or Series' to Sonarr while browsing IMDB or TVDB.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekjjpacodipfmjhpbjcbnmnimakhlnne |
Oficjalny URL | https://chrome.google.com/webstore/detail/pulsarr/ekjjpacodipfmjhpbjcbnmnimakhlnne |
Opis | Add movies/series to Radarr/Sonarr from IMDB and TVDB |
Rozmiar pliku | 806 KB |
Liczba instalacji | 825 |
Aktualna Wersja | 2.1.4 |
Ostatnia Aktualizacja | 2021-11-16 |
Data Publikacji | 2021-01-29 |
Ocena | 2.40/5 Łącznie 5 Oceny |
Deweloper | http://pshar.ma |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/psharma04/Pulsarr |
Adres URL Strony Pomocy | https://github.com/psharma04/Pulsarr/issues |
Adres URL Strony Polityki Prywatności | https://schoolnotes.xyz/privacy |
Obsługiwane Języki | 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\/", " |