Letterboxd Services
Letterboxd extension that provides you torrents for movies.
Cos'è Letterboxd Services?
Letterboxd Services è un'estensione di Chrome sviluppata da netanel, e la sua funzione principale è "Letterboxd extension that provides you torrents for movies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Letterboxd Services
Scarica i file di estensione Letterboxd Services 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
adds shortcuts to watch movies from letterboxd.
This project is open source:
https://github.com/pypp/letterboxd-services Informazioni di Base sull'Estensione
| Nome | |
| ID | bapjnacilodfnmciacfljidhhnbbippn |
| URL Ufficiale | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
| Descrizione | Letterboxd extension that provides you torrents for movies. |
| Dimensione del File | 11.38 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 0.6 |
| Ultimo Aggiornamento | 2024-02-07 |
| Data di Pubblicazione | 2023-08-13 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | netanel |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/1netanel/letterboxd-services |
| URL della Pagina di Aiuto | https://github.com/1netanel/letterboxd-services/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Letterboxd Services",
"description": "Letterboxd extension that provides you torrents for movies.",
"version": "0.6",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"https:\/\/letterboxd.com\/film\/*"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/letterboxd.com\/film\/*"
],
"js": [
"src\/content.js",
"src\/services.js"
]
}
]
} | |