CSFD Magnets
Magnet links for CSFD films
Wat is CSFD Magnets?
CSFD Magnets is een Chrome-extensie ontwikkeld door bartholomej, en de belangrijkste functie is "Magnet links for CSFD films".
Extensie Screenshots
Download het CRX-bestand van de extensie CSFD Magnets
Download CSFD Magnets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CSFD Magnets |
ID | kkoccljoocknljaljhpifcnkmillmilo |
Officiële URL | https://chromewebstore.google.com/detail/csfd-magnets/kkoccljoocknljaljhpifcnkmillmilo |
Beschrijving | Magnet links for CSFD films |
Bestandsgrootte | 109 KB |
Aantal Installaties | 115 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2023-08-03 |
Publicatiedatum | 2020-03-27 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | bartholomej |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bartholomej/csfd-magnets |
Help Pagina-URL | https://github.com/bartholomej/csfd-magnets |
Ondersteunde Talen | 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" } |