Kinopoisk Exporter

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

Apa itu Kinopoisk Exporter?

Kinopoisk Exporter adalah ekstensi Chrome yang dikembangkan oleh kinopoisk.importer, dan fitur utamanya adalah "Creates a *.csv file with the votes you gave to movies on Kinopoisk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kinopoisk Exporter

Unduh file ekstensi Kinopoisk Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kinopoisk Exporter Kinopoisk Exporter
ID neollkkdknfjmkdgbchkjakifbnoolml
URL Resmi https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml
Deskripsi Creates a *.csv file with the votes you gave to movies on Kinopoisk
Ukuran File 18.41 KB
Jumlah Instalasi 101
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2022-07-01
Tanggal Publikasi 2022-06-25
Penilaian 2.50/5 Total 4 Penilaian
Pengembang kinopoisk.importer
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed
Bahasa yang Didukung 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"
    }
}