Letterboxd Services

Letterboxd extension that provides you torrents for movies.

ما هو Letterboxd Services؟

Letterboxd Services هو إضافة Chrome تم تطويرها بواسطة netanel، والميزة الرئيسية لها هي "Letterboxd extension that provides you torrents for movies.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Letterboxd Services

قم بتنزيل ملفات الامتداد Letterboxd Services بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        adds shortcuts to watch movies from letterboxd.

This project is open source:
https://github.com/pypp/letterboxd-services                    

معلومات أساسية عن التمديد

الاسم 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/1netanel/letterboxd-services
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}