Netflix + CSFD
Netflix extension adds a button within each movie detail to show information about ČSFD rating...
Qu'est-ce que Netflix + CSFD ?
Netflix + CSFD est une extension Chrome développée par bartholomej, et sa fonction principale est "Netflix extension adds a button within each movie detail to show information about ČSFD rating...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix + CSFD
Téléchargez les fichiers d'extension Netflix + CSFD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Simple web extension for Netflix which adds a button within each movie detail to show information about ČSFD rating... This is unofficial, experimental, made for fun and it has nothing to do with Netflix and ČSFD ❤️ itself
Informations de Base sur l'Extension
Nom | Netflix + CSFD |
ID | eomgekccbddnlpmehgdjmlphndjgnlni |
URL Officiel | https://chromewebstore.google.com/detail/netflix-+-csfd/eomgekccbddnlpmehgdjmlphndjgnlni |
Description | Netflix extension adds a button within each movie detail to show information about ČSFD rating... |
Taille du Fichier | 133 KB |
Nombre d'Installations | 76 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-02-06 |
Date de Publication | 2023-02-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | bartholomej |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bartholomej/netflix-csfd-ext |
URL de la Page d'Aide | https://github.com/bartholomej/netflix-csfd-ext/issues/ |
Langues Prises en Charge | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "netflix-csfd-ext", "author": "bartholomej", "icons": { "16": "src\/assets\/logo-16.png", "32": "src\/assets\/logo-32.png", "128": "src\/assets\/logo-128.png" }, "version": "0.0.1.0", "version_name": "0.0.1", "host_permissions": [ "https:\/\/www.csfd.cz\/" ], "content_scripts": [ { "js": [ "assets\/content.tsx-loader-62dafd0b.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "assets\/content-59a61083.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "manifest_version": 3, "permissions": [ "tabs" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "resources": [ "assets\/content.tsx-0048f7e8.js" ], "use_dynamic_url": true } ] } |