PLEX WEB BOOKMARKS
Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library
Qu'est-ce que PLEX WEB BOOKMARKS ?
PLEX WEB BOOKMARKS est une extension Chrome développée par user928, et sa fonction principale est "Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PLEX WEB BOOKMARKS
Téléchargez les fichiers d'extension PLEX WEB BOOKMARKS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | edckecldogjbledcmcmcbicmncpcnbkf |
| URL Officiel | https://chromewebstore.google.com/detail/plex-web-bookmarks/edckecldogjbledcmcmcbicmncpcnbkf |
| Description | Chrome extension for https://app.plex.tv that add bookmarks from web to your plex library |
| Taille du Fichier | 521 KB |
| Nombre d'Installations | 392 |
| Version Actuelle | 0.0.3 |
| Dernière Mise à Jour | 2019-11-18 |
| Date de Publication | 2019-11-18 |
| Développeur | user928 |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/user928/plexWebBookmarks |
| Langues Prises en Charge | 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"
]
}
]
} | |