CSFD Magnets

Magnet links for CSFD films

CSFD Magnets là gì?

CSFD Magnets là một tiện ích mở rộng Chrome được phát triển bởi bartholomej, và tính năng chính của nó là "Magnet links for CSFD films".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSFD Magnets

Tải xuống các tệp mở rộng CSFD Magnets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSFD Magnets CSFD Magnets
ID kkoccljoocknljaljhpifcnkmillmilo
URL Chính Thức https://chromewebstore.google.com/detail/csfd-magnets/kkoccljoocknljaljhpifcnkmillmilo
Mô tả Magnet links for CSFD films
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-08-03
Ngày Phát Hành 2020-03-27
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bartholomej
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bartholomej/csfd-magnets
URL Trang Trợ Giúp https://github.com/bartholomej/csfd-magnets
Ngôn Ngữ Được Hỗ Trợ 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"
}