Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
O que é Kinopoisk Exporter?
Kinopoisk Exporter é uma extensão do Chrome desenvolvida por kinopoisk.importer, e sua principal característica é "Creates a *.csv file with the votes you gave to movies on Kinopoisk".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kinopoisk Exporter
Baixe arquivos de extensão Kinopoisk Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | neollkkdknfjmkdgbchkjakifbnoolml |
URL Oficial | https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml |
Descrição | Creates a *.csv file with the votes you gave to movies on Kinopoisk |
Tamanho do Arquivo | 18.41 KB |
Contagem de Instalações | 101 |
Versão Atual | 0.0.4 |
Última Atualização | 2022-07-01 |
Data de Publicação | 2022-06-25 |
Classificação | 2.50/5 Total de 4 Avaliações |
Desenvolvedor | kinopoisk.importer |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed |
Idiomas Suportados | 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" } } |