Plus for Plex

Save time on adding movies or tv shows into plex throw sonarr or radarr!

Plus for Plexคืออะไร?

Plus for Plex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gazy และคุณลักษณะหลักของมันคือ "Save time on adding movies or tv shows into plex throw sonarr or radarr!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plus for Plex

ดาวน์โหลดไฟล์ส่วนขยาย Plus for Plex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use this extension to save time on adding movies or tv shows into plex throw sonarr or radarr!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Plus for Plex Plus for Plex
ID bfmkcbecebkehglopmjjcolmiiocbfjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plus-for-plex/bfmkcbecebkehglopmjjcolmiiocbfjp
คำอธิบาย Save time on adding movies or tv shows into plex throw sonarr or radarr!
ขนาดไฟล์ 12.4 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 0.511.4
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2022-08-30
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Gazy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plus for Plex",
    "short_name": "Plus",
    "description": "Save time on adding movies or tv shows into plex throw sonarr or radarr!",
    "version": "0.511.4",
    "manifest_version": 3,
    "author": "Gazy alotibi",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imdb.com\/*"
            ],
            "js": [
                "imdb.js"
            ],
            "css": [
                "imdb.css"
            ]
        },
        {
            "matches": [
                "*:\/\/app.plex.tv\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "plus.js"
            ],
            "css": [
                "plus.css"
            ]
        }
    ]
}