Kinopoisk Exporter

Creates a *.csv file with the votes you gave to movies on Kinopoisk

Kinopoisk Exporter क्या है?

Kinopoisk Exporter kinopoisk.importer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a *.csv file with the votes you gave to movies on Kinopoisk"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kinopoisk Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}