PLEX WEB BOOKMARKS

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

Cos'è PLEX WEB BOOKMARKS?

PLEX WEB BOOKMARKS è un'estensione di Chrome sviluppata da user928, e la sua funzione principale è "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PLEX WEB BOOKMARKS

Scarica i file di estensione PLEX WEB BOOKMARKS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PLEX WEB BOOKMARKS PLEX WEB BOOKMARKS
ID edckecldogjbledcmcmcbicmncpcnbkf
URL Ufficiale https://chromewebstore.google.com/detail/plex-web-bookmarks/edckecldogjbledcmcmcbicmncpcnbkf
Descrizione Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library
Dimensione del File 521 KB
Conteggio Installazioni 392
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-11-18
Data di Pubblicazione 2019-11-18
Sviluppatore user928
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/user928/plexWebBookmarks
Lingue Supportate 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"
            ]
        }
    ]
}