Letterboxd Services
Letterboxd extension that provides you torrents for movies.
Letterboxd Servicesとは何ですか?
Letterboxd Servicesはnetanelによって開発されたChromeの拡張機能で、その主な機能は「Letterboxd extension that provides you torrents for movies.」です。
拡張機能のスクリーンショット
Letterboxd Services拡張機能のCRXファイルをダウンロード
Letterboxd Services拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
adds shortcuts to watch movies from letterboxd. This project is open source: https://github.com/pypp/letterboxd-services
拡張機能の基本情報
名前 | Letterboxd Services |
ID | bapjnacilodfnmciacfljidhhnbbippn |
公式URL | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
説明 | Letterboxd extension that provides you torrents for movies. |
ファイルサイズ | 11.38 KB |
インストール数 | 50 |
現在のバージョン | 0.6 |
最終更新日 | 2024-02-07 |
公開日 | 2023-08-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | netanel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/1netanel/letterboxd-services |
ヘルプページのURL | https://github.com/1netanel/letterboxd-services/issues |
対応言語 | 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" ] } ] } |