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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |