Letterboxd Services

Letterboxd extension that provides you torrents for movies.

Letterboxd Services क्या है?

Letterboxd Services netanel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Letterboxd extension that provides you torrents for movies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Letterboxd Services एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}