Radarr and Sonarr for Plex

View and manage your movies and series in Radarr and Sonarr directly in the Plex app

Apa itu Radarr and Sonarr for Plex?

Radarr and Sonarr for Plex adalah ekstensi Chrome yang dikembangkan oleh madsengellundt, dan fitur utamanya adalah "View and manage your movies and series in Radarr and Sonarr directly in the Plex app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Radarr and Sonarr for Plex

Unduh file ekstensi Radarr and Sonarr for Plex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Radarr and Sonarr for Plex Radarr and Sonarr for Plex
ID naofhcnmmeadbnonficeccmbfibchcmb
URL Resmi https://chromewebstore.google.com/detail/radarr-and-sonarr-for-ple/naofhcnmmeadbnonficeccmbfibchcmb
Deskripsi View and manage your movies and series in Radarr and Sonarr directly in the Plex app
Ukuran File 743 KB
Jumlah Instalasi 660
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-06-08
Tanggal Publikasi 2017-06-08
Penilaian 2.75/5 Total 4 Penilaian
Pengembang madsengellundt
Tipe Pembayaran free
Situs Ekstensi https://github.com/madslundt/RadarrSonarrPlex
URL Halaman Bantuan https://github.com/madslundt/RadarrSonarrPlex/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radarr and Sonarr for Plex",
    "short_name": "RadarrSonarr",
    "description": "View and manage your movies and series in Radarr and Sonarr directly in the Plex app",
    "author": "Mads Engel Lundt",
    "version": "1.0.2",
    "minimum_chrome_version": "36",
    "permissions": [
        "storage",
        "background",
        "*:\/\/app.plex.tv\/*",
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "matches": [
                "http:\/\/app.plex.tv\/*",
                "https:\/\/app.plex.tv\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/icon256_grayscaled.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}