CSFD Magnets

Magnet links for CSFD films

CSFD Magnets란 무엇입니까?

CSFD Magnets은(는) bartholomej에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Magnet links for CSFD films"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CSFD Magnets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CSFD Magnets CSFD Magnets
ID kkoccljoocknljaljhpifcnkmillmilo
공식 URL https://chromewebstore.google.com/detail/csfd-magnets/kkoccljoocknljaljhpifcnkmillmilo
설명 Magnet links for CSFD films
파일 크기 109 KB
설치 횟수 115
현재 버전 2.3.0
최근 업데이트 2023-08-03
출시 날짜 2020-03-27
평점 5.00/5 총 6 개의 평점
개발자 bartholomej
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bartholomej/csfd-magnets
도움말 페이지 URL https://github.com/bartholomej/csfd-magnets
지원되는 언어 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"
}