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 |
Eメール | [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" ] } ] } |