PLEX WEB BOOKMARKS

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

Wat is PLEX WEB BOOKMARKS?

PLEX WEB BOOKMARKS is een Chrome-extensie ontwikkeld door user928, en de belangrijkste functie is "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PLEX WEB BOOKMARKS

Download PLEX WEB BOOKMARKS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PLEX WEB BOOKMARKS PLEX WEB BOOKMARKS
ID edckecldogjbledcmcmcbicmncpcnbkf
Officiële URL https://chromewebstore.google.com/detail/plex-web-bookmarks/edckecldogjbledcmcmcbicmncpcnbkf
Beschrijving Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library
Bestandsgrootte 521 KB
Aantal Installaties 392
Huidige Versie 0.0.3
Laatst Bijgewerkt 2019-11-18
Publicatiedatum 2019-11-18
Ontwikkelaar user928
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/user928/plexWebBookmarks
Ondersteunde Talen 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"
            ]
        }
    ]
}