PLEX WEB BOOKMARKS

Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library

ما هو PLEX WEB BOOKMARKS؟

PLEX WEB BOOKMARKS هو إضافة Chrome تم تطويرها بواسطة user928، والميزة الرئيسية لها هي "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PLEX WEB BOOKMARKS

قم بتنزيل ملفات الامتداد PLEX WEB BOOKMARKS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you want to have some web URL right in your Plex library than this extension will enable that. 

You can have local Plex library and web-based Plex library in the same place, all your Netflix, Youtube, Vimeo or any other web content can live under your Plex library as well as your local Plex items.

This extension will work only on https://app.plex.tv address                    

معلومات أساسية عن التمديد

الاسم PLEX WEB BOOKMARKS PLEX WEB BOOKMARKS
ID edckecldogjbledcmcmcbicmncpcnbkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/plex-web-bookmarks/edckecldogjbledcmcmcbicmncpcnbkf
الوصف Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library
حجم الملف 521 KB
عدد التثبيتات 392
النسخة الحالية 0.0.3
آخر تحديث 2019-11-18
تاريخ النشر 2019-11-18
المطور user928
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/user928/plexWebBookmarks
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PLEX WEB BOOKMARKS",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Chrome extension for https:\/\/app.plex.tv that add bookmarks from web to your plex library",
    "homepage_url": "https:\/\/github.com\/user928\/plexWebBookmarks",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.plex.tv\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.plex.tv\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}