Pulsarr

Add movies/series to Radarr/Sonarr from IMDB and TVDB

What is Pulsarr?

Pulsarr is a Chrome extension developed by http://pshar.ma, and its main feature is "Add movies/series to Radarr/Sonarr from IMDB and TVDB".

Extension Screenshots

screenshot

Download Pulsarr Extension CRX File

Download Pulsarr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Browser extension for adding movies to Radarr or Series' to Sonarr while browsing IMDB or TVDB.                    

Extension Basic Information

Name Pulsarr Pulsarr
ID ekjjpacodipfmjhpbjcbnmnimakhlnne
Official URL https://chrome.google.com/webstore/detail/pulsarr/ekjjpacodipfmjhpbjcbnmnimakhlnne
Description Add movies/series to Radarr/Sonarr from IMDB and TVDB
File Size 806 KB
Installation Count 825
Current Version 2.1.4
Last Updated 2021-11-16
Publish Date 2021-01-29
Rating 2.40/5 Total 5 Ratings
Developer http://pshar.ma
Email [email protected]
Payment Type free
Extension Website https://github.com/psharma04/Pulsarr
Help Page URL https://github.com/psharma04/Pulsarr/issues
Privacy Policy Page URL https://schoolnotes.xyz/privacy
Supported Languages 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\/",
        ""
    ]
}