Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
Qu'est-ce que Kinopoisk Exporter ?
Kinopoisk Exporter est une extension Chrome développée par kinopoisk.importer, et sa fonction principale est "Creates a *.csv file with the votes you gave to movies on Kinopoisk".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kinopoisk Exporter
Téléchargez les fichiers d'extension Kinopoisk Exporter 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
The main goal of the extension is to bring back a an option for downloading the result of your votes. That option has been removed a few years ago, so now the only way to download your ratings is to copy/paste them manually one by one, or use an external solution such this extension.
Informations de Base sur l'Extension
Nom | |
ID | neollkkdknfjmkdgbchkjakifbnoolml |
URL Officiel | https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml |
Description | Creates a *.csv file with the votes you gave to movies on Kinopoisk |
Taille du Fichier | 18.41 KB |
Nombre d'Installations | 101 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2022-07-01 |
Date de Publication | 2022-06-25 |
Évaluation | 2.50/5 Total 4 Évaluations |
Développeur | kinopoisk.importer |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kinopoisk Exporter", "description": "Creates a *.csv file with the votes you gave to movies on Kinopoisk", "version": "0.0.4", "manifest_version": 3, "background": { "service_worker": "\/src\/js\/background.js" }, "host_permissions": [ "https:\/\/*.kinopoisk.ru\/*" ], "permissions": [ "scripting" ], "action": { "default_popup": "\/src\/popup.html", "default_icon": { "16": "\/src\/images\/icon16.png", "32": "\/src\/images\/icon32.png", "48": "\/src\/images\/icon48.png", "128": "\/src\/images\/icon128.png" } }, "icons": { "16": "\/src\/images\/icon16.png", "32": "\/src\/images\/icon32.png", "48": "\/src\/images\/icon48.png", "128": "\/src\/images\/icon128.png" } } |