Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
什么是Kinopoisk Exporter?
Kinopoisk Exporter是由kinopoisk.importer开发的Chrome扩展程序,该扩展的主要功能是“Creates a *.csv file with the votes you gave to movies on Kinopoisk”。
扩展截图
下载Kinopoisk Exporter扩展crx文件
下载Kinopoisk Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | neollkkdknfjmkdgbchkjakifbnoolml |
| 官方URL | https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml |
| 简介 | Creates a *.csv file with the votes you gave to movies on Kinopoisk |
| 文件大小 | 18.41 KB |
| 安装次数 | 101 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2022-07-01 |
| 上架时间 | 2022-06-25 |
| 评分 | 2.50/5 共4次评分 |
| 开发者 | kinopoisk.importer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed |
| 支持的语言 | 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"
}
} | |