Kinopoisk Exporter
Creates a *.csv file with the votes you gave to movies on Kinopoisk
ما هو Kinopoisk Exporter؟
Kinopoisk Exporter هو إضافة Chrome تم تطويرها بواسطة kinopoisk.importer، والميزة الرئيسية لها هي "Creates a *.csv file with the votes you gave to movies on Kinopoisk".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kinopoisk Exporter
قم بتنزيل ملفات الامتداد Kinopoisk Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |