Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
Cos'è Kinopoisk Exporter?
Kinopoisk Exporter è un'estensione di Chrome sviluppata da kinopoisk.importer, e la sua funzione principale è "Creates a *.csv file with the votes you gave to movies on Kinopoisk".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kinopoisk Exporter
Scarica i file di estensione Kinopoisk Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | neollkkdknfjmkdgbchkjakifbnoolml |
URL Ufficiale | https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml |
Descrizione | Creates a *.csv file with the votes you gave to movies on Kinopoisk |
Dimensione del File | 18.41 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2022-07-01 |
Data di Pubblicazione | 2022-06-25 |
Valutazione | 2.50/5 Totale 4 Valutazioni |
Sviluppatore | kinopoisk.importer |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed |
Lingue Supportate | 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" } } |