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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย user928 และคุณลักษณะหลักของมันคือ "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PLEX WEB BOOKMARKS
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |