PLEX WEB BOOKMARKS

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

O que é PLEX WEB BOOKMARKS?

PLEX WEB BOOKMARKS é uma extensão do Chrome desenvolvida por user928, e sua principal característica é "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PLEX WEB BOOKMARKS

Baixe arquivos de extensão PLEX WEB BOOKMARKS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PLEX WEB BOOKMARKS PLEX WEB BOOKMARKS
ID edckecldogjbledcmcmcbicmncpcnbkf
URL Oficial https://chromewebstore.google.com/detail/plex-web-bookmarks/edckecldogjbledcmcmcbicmncpcnbkf
Descrição Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library
Tamanho do Arquivo 521 KB
Contagem de Instalações 392
Versão Atual 0.0.3
Última Atualização 2019-11-18
Data de Publicação 2019-11-18
Desenvolvedor user928
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/user928/plexWebBookmarks
Idiomas Suportados 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"
            ]
        }
    ]
}