CSFD Magnets

Magnet links for CSFD films

Cos'è CSFD Magnets?

CSFD Magnets è un'estensione di Chrome sviluppata da bartholomej, e la sua funzione principale è "Magnet links for CSFD films".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CSFD Magnets

Scarica i file di estensione CSFD Magnets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple Chrome extension for ČSFD (Czech-Slovak Movie Database).

CSFD Magnets adds a small widget within each movie detail to show information about magnet links... or something like that...

This is unofficial, experimental, made for fun and it has nothing to do with CSFD ❤️ itself                    

Informazioni di Base sull'Estensione

Nome CSFD Magnets CSFD Magnets
ID kkoccljoocknljaljhpifcnkmillmilo
URL Ufficiale https://chromewebstore.google.com/detail/csfd-magnets/kkoccljoocknljaljhpifcnkmillmilo
Descrizione Magnet links for CSFD films
Dimensione del File 109 KB
Conteggio Installazioni 115
Versione Corrente 2.3.0
Ultimo Aggiornamento 2023-08-03
Data di Pubblicazione 2020-03-27
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore bartholomej
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bartholomej/csfd-magnets
URL della Pagina di Aiuto https://github.com/bartholomej/csfd-magnets
Lingue Supportate en,sk,cs
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "csfd-magnets",
    "author": "bartholomej",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/tpb.party\/*",
        "https:\/\/pirateproxy.live\/*",
        "https:\/\/thepiratebay.zone\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.csfd.cz\/*",
                "https:\/\/*.csfd.sk\/*",
                "https:\/\/*.filmbooster.com\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "app.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "manifest_version": 3,
    "version": "2.3.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}