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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}