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 |
Eメール | [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" } } |