Letterboxd Services
Letterboxd extension that provides you torrents for movies.
Apa itu Letterboxd Services?
Letterboxd Services adalah ekstensi Chrome yang dikembangkan oleh netanel, dan fitur utamanya adalah "Letterboxd extension that provides you torrents for movies.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Letterboxd Services
Unduh file ekstensi Letterboxd Services dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
adds shortcuts to watch movies from letterboxd. This project is open source: https://github.com/pypp/letterboxd-services
Informasi Dasar Ekstensi
Nama | Letterboxd Services |
ID | bapjnacilodfnmciacfljidhhnbbippn |
URL Resmi | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
Deskripsi | Letterboxd extension that provides you torrents for movies. |
Ukuran File | 11.38 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2024-02-07 |
Tanggal Publikasi | 2023-08-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | netanel |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/1netanel/letterboxd-services |
URL Halaman Bantuan | https://github.com/1netanel/letterboxd-services/issues |
Bahasa yang Didukung | 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" ] } ] } |