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 擴展基本資訊
| 名稱 | |
| ID | bapjnacilodfnmciacfljidhhnbbippn |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |