Kinopoisk Exporter

Creates a *.csv file with the votes you gave to movies on Kinopoisk

What is Kinopoisk Exporter?

Kinopoisk Exporter is a Chrome extension developed by kinopoisk.importer, and its main feature is "Creates a *.csv file with the votes you gave to movies on Kinopoisk".

Extension Screenshots

screenshot

Download Kinopoisk Exporter Extension CRX File

Download Kinopoisk Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kinopoisk Exporter Kinopoisk Exporter
ID neollkkdknfjmkdgbchkjakifbnoolml
Official URL https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml
Description Creates a *.csv file with the votes you gave to movies on Kinopoisk
File Size 18.41 KB
Installation Count 101
Current Version 0.0.4
Last Updated 2022-07-01
Publish Date 2022-06-25
Rating 2.50/5 Total 4 Ratings
Developer kinopoisk.importer
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed
Supported Languages 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"
    }
}