YoK --> смотри online

расширение для сайта kinopoisk.ru, перейди на страницу фильма и смотри

Qu'est-ce que YoK --> смотри online ?

YoK --> смотри online est une extension Chrome développée par mrzlab630, et sa fonction principale est "расширение для сайта kinopoisk.ru, перейди на страницу фильма и смотри".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YoK --> смотри online

Téléchargez les fichiers d'extension YoK --> смотри online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        расширение найдет все ссылки на фильм на сайте kinopoisk.ru
для этого просто перейдите на страницу фильма                    

Informations de Base sur l'Extension

Nom YoK --> смотри online YoK --> смотри online
ID lbjbjjbpoklpnfojihndajaihedjciee
URL Officiel https://chromewebstore.google.com/detail/yok-%3E-%D1%81%D0%BC%D0%BE%D1%82%D1%80%D0%B8-online/lbjbjjbpoklpnfojihndajaihedjciee
Description расширение для сайта kinopoisk.ru, перейди на страницу фильма и смотри
Taille du Fichier 103 KB
Nombre d'Installations 1,407
Version Actuelle 4.4.0
Dernière Mise à Jour 2023-09-18
Date de Publication 2021-01-19
Évaluation 4.00/5 Total 12 Évaluations
Développeur mrzlab630
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mrzlab630/chrome-extension-YoK
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YoK --> \u0441\u043c\u043e\u0442\u0440\u0438 online",
    "version": "4.4.0",
    "author": "mrZ ",
    "description": "\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u0430 kinopoisk.ru, \u043f\u0435\u0440\u0435\u0439\u0434\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0444\u0438\u043b\u044c\u043c\u0430 \u0438 \u0441\u043c\u043e\u0442\u0440\u0438",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kinopoisk.ru\/*",
                "https:\/\/kinopoisk.ru\/*"
            ],
            "css": [
                "assets\/style.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*"
            ],
            "matches": [
                "https:\/\/www.kinopoisk.ru\/*",
                "https:\/\/kinopoisk.ru\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.kinopoisk.ru\/*"
    ]
}