CSFD Magnets
Magnet links for CSFD films
CSFD Magnetsคืออะไร?
CSFD Magnets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bartholomej และคุณลักษณะหลักของมันคือ "Magnet links for CSFD films"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSFD Magnets
ดาวน์โหลดไฟล์ส่วนขยาย CSFD Magnets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } |