Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
Vad är Kinopoisk Exporter?
Kinopoisk Exporter är en Chrome-tillägg utvecklad av kinopoisk.importer, och dess huvudfunktion är "Creates a *.csv file with the votes you gave to movies on Kinopoisk".
Tilläggsskärmbilder
Ladda ner Kinopoisk Exporter-förlängningens CRX-fil
Ladda ner Kinopoisk Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | neollkkdknfjmkdgbchkjakifbnoolml |
| Officiell webbadress | https://chromewebstore.google.com/detail/kinopoisk-exporter/neollkkdknfjmkdgbchkjakifbnoolml |
| Beskrivning | Creates a *.csv file with the votes you gave to movies on Kinopoisk |
| Filstorlek | 18.41 KB |
| Antal Installationer | 101 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2022-07-01 |
| Publiceringsdatum | 2022-06-25 |
| Betyg | 2.50/5 Totalt 4 Betyg |
| Utvecklare | kinopoisk.importer |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/951bc2bb-4f4b-49cc-aff3-53237a4f70ed |
| Stödda Språk | 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"
}
} | |