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 |
官方網址 | 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" } } |