Plexius
Enhancements to the Plex web interface
Cos'è Plexius?
Plexius è un'estensione di Chrome sviluppata da Flaviu C, e la sua funzione principale è "Enhancements to the Plex web interface".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plexius
Scarica i file di estensione Plexius in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A small extension which provides IMDB ratings into the Plex movie library for the new 3.0 Plex Web.
changelog: https://github.com/campanflaviu/plexius/releases
Project available at https://github.com/campanflaviu/plexius Informazioni di Base sull'Estensione
| Nome | |
| ID | cghenlijcboahfbcgiccpnmagdhihiho |
| URL Ufficiale | https://chrome.google.com/webstore/detail/plexius/cghenlijcboahfbcgiccpnmagdhihiho |
| Descrizione | Enhancements to the Plex web interface |
| Dimensione del File | 166 KB |
| Conteggio Installazioni | 912 |
| Versione Corrente | 1.7.1 |
| Ultimo Aggiornamento | 2017-09-21 |
| Data di Pubblicazione | 2017-09-21 |
| Valutazione | 3.56/5 Totale 25 Valutazioni |
| Sviluppatore | Flaviu C |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Plexius",
"description": "Enhancements to the Plex web interface",
"version": "1.7.1",
"browser_action": {
"default_icon": "assets\/icon.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"css": [
"styles.css",
"styles\/stats.css"
],
"js": [
"js\/libraries\/jquery-3.1.1.min.js",
"js\/promise.min.js",
"js\/arrive.min.js",
"js\/constants.js",
"js\/helpers.js",
"js\/apis\/plex.js",
"js\/apis\/omdb.js",
"js\/apis\/trakt.js",
"js\/plugins\/missingEpisodes.js",
"js\/plugins\/stats.js",
"js\/content.js"
],
"matches": [
"*:\/\/*\/web\/*",
"*:\/\/*\/desktop*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"activeTab"
],
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"web_accessible_resources": [
"assets\/*",
"options.html",
"stats.html"
]
} | |