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是由user928开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library”。
扩展截图
下载PLEX WEB BOOKMARKS扩展crx文件
下载PLEX WEB BOOKMARKS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" ] } ] } |