Letterboxd Services
Letterboxd extension that provides you torrents for movies.
Wat is Letterboxd Services?
Letterboxd Services is een Chrome-extensie ontwikkeld door netanel, en de belangrijkste functie is "Letterboxd extension that provides you torrents for movies.".
Extensie Screenshots
Download het CRX-bestand van de extensie Letterboxd Services
Download Letterboxd Services-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
adds shortcuts to watch movies from letterboxd.
This project is open source:
https://github.com/pypp/letterboxd-services Basisinformatie over de Extensie
| Naam | |
| ID | bapjnacilodfnmciacfljidhhnbbippn |
| Officiële URL | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
| Beschrijving | Letterboxd extension that provides you torrents for movies. |
| Bestandsgrootte | 11.38 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.6 |
| Laatst Bijgewerkt | 2024-02-07 |
| Publicatiedatum | 2023-08-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | netanel |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/1netanel/letterboxd-services |
| Help Pagina-URL | https://github.com/1netanel/letterboxd-services/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |