ReYohoho

Open ReYohoho directly from kinopoisk.ru

What is ReYohoho?

ReYohoho is a Chrome extension developed by reyohoho, and its main feature is "Open ReYohoho directly from kinopoisk.ru".

Extension Screenshots

screenshot

Download ReYohoho Extension CRX File

Download ReYohoho extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Откройте ReYohoho прямо с kinopoisk.ru. Расширение добавляет кнопку для перехода на сайт ReYohoho со страницы фильма/сериала с сайта kinopoisk.ru.                    

Extension Basic Information

Name ReYohoho ReYohoho
ID olgankcdclcgfeofmijclcpfbakanakh
Official URL https://chromewebstore.google.com/detail/reyohoho/olgankcdclcgfeofmijclcpfbakanakh
Description Open ReYohoho directly from kinopoisk.ru
File Size 205 KB
Installation Count 757
Current Version 1.0.6
Last Updated 2024-02-24
Publish Date 2023-10-11
Rating 5.00/5 Total 6 Ratings
Developer reyohoho
Email [email protected]
Payment Type free
Extension Website https://github.com/reyohoho/reyohoho-chrome-ff-ext
Help Page URL https://github.com/reyohoho/reyohoho-chrome-ff-ext/issues
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReYohoho",
    "description": "Open ReYohoho directly from kinopoisk.ru",
    "version": "1.0.6",
    "author": "reyohoho",
    "homepage_url": "https:\/\/github.com\/reyohoho\/reyohoho-chrome-ext",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.kinopoisk.ru\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.kinopoisk.ru\/*"
            ],
            "js": [
                "player.js"
            ],
            "css": [
                "player.css"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}