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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kinopoisk Exporter

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kinopoisk Exporter Kinopoisk Exporter
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"
    }
}