Pulsarr
Add movies/series to Radarr/Sonarr from IMDB and TVDB
Pulsarr क्या है?
Pulsarr http://pshar.ma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add movies/series to Radarr/Sonarr from IMDB and TVDB"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pulsarr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/", " |