Kinopoisk Exporter

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

Kinopoisk Exporter là gì?

Kinopoisk Exporter là một tiện ích mở rộng Chrome được phát triển bởi kinopoisk.importer, và tính năng chính của nó là "Creates a *.csv file with the votes you gave to movies on Kinopoisk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kinopoisk Exporter

Tải xuống các tệp mở rộng Kinopoisk Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kinopoisk Exporter Kinopoisk Exporter
ID neollkkdknfjmkdgbchkjakifbnoolml
URL Chính Thức https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml
Mô tả Creates a *.csv file with the votes you gave to movies on Kinopoisk
Kích Thước Tệp 18.41 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-07-01
Ngày Phát Hành 2022-06-25
Đánh Giá 2.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển kinopoisk.importer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}