CSFD Magnets

Magnet links for CSFD films

What is CSFD Magnets?

CSFD Magnets is a Chrome extension developed by bartholomej, and its main feature is "Magnet links for CSFD films".

Extension Screenshots

screenshot
screenshot

Download CSFD Magnets Extension CRX File

Download CSFD Magnets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CSFD Magnets CSFD Magnets
ID kkoccljoocknljaljhpifcnkmillmilo
Official URL https://chromewebstore.google.com/detail/csfd-magnets/kkoccljoocknljaljhpifcnkmillmilo
Description Magnet links for CSFD films
File Size 109 KB
Installation Count 115
Current Version 2.3.0
Last Updated 2023-08-03
Publish Date 2020-03-27
Rating 5.00/5 Total 6 Ratings
Developer bartholomej
Email [email protected]
Payment Type free
Extension Website https://github.com/bartholomej/csfd-magnets
Help Page URL https://github.com/bartholomej/csfd-magnets
Supported Languages 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"
}