Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReYohoho", "description": "Open ReYohoho directly from kinopoisk.ru or shikimori.one", "version": "1.0.11", "author": "reyohoho", "homepage_url": "https:\/\/github.com\/reyohoho\/reyohoho-chrome-ext", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.kinopoisk.ru\/*", "https:\/\/*.shikimori.one\/*", "https:\/\/*.imdb.com\/*" ], "js": [ "player.js" ], "css": [ "player.css" ] } ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } }