Letterboxd Services
Letterboxd extension that provides you torrents for movies.
What is Letterboxd Services?
Letterboxd Services is a Chrome extension developed by netanel, and its main feature is "Letterboxd extension that provides you torrents for movies.".
Extension Screenshots
Download Letterboxd Services Extension CRX File
Download Letterboxd Services extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
adds shortcuts to watch movies from letterboxd. This project is open source: https://github.com/pypp/letterboxd-services
Extension Basic Information
Name | Letterboxd Services |
ID | bapjnacilodfnmciacfljidhhnbbippn |
Official URL | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
Description | Letterboxd extension that provides you torrents for movies. |
File Size | 11.38 KB |
Installation Count | 50 |
Current Version | 0.6 |
Last Updated | 2024-02-07 |
Publish Date | 2023-08-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | netanel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/1netanel/letterboxd-services |
Help Page URL | https://github.com/1netanel/letterboxd-services/issues |
Supported Languages | 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" ] } ] } |