ReYohoho
Open ReYohoho directly from kinopoisk.ru
Qu'est-ce que ReYohoho ?
ReYohoho est une extension Chrome développée par reyohoho, et sa fonction principale est "Open ReYohoho directly from kinopoisk.ru".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ReYohoho
Téléchargez les fichiers d'extension ReYohoho 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
Откройте ReYohoho прямо с kinopoisk.ru. Расширение добавляет кнопку для перехода на сайт ReYohoho со страницы фильма/сериала с сайта kinopoisk.ru.
Informations de Base sur l'Extension
Nom | ReYohoho |
ID | olgankcdclcgfeofmijclcpfbakanakh |
URL Officiel | https://chromewebstore.google.com/detail/reyohoho/olgankcdclcgfeofmijclcpfbakanakh |
Description | Open ReYohoho directly from kinopoisk.ru |
Taille du Fichier | 205 KB |
Nombre d'Installations | 757 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2024-02-24 |
Date de Publication | 2023-10-11 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | reyohoho |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/reyohoho/reyohoho-chrome-ff-ext |
URL de la Page d'Aide | https://github.com/reyohoho/reyohoho-chrome-ff-ext/issues |
Langues Prises en Charge | 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" } } |