ReYohoho
Open ReYohoho directly from kinopoisk.ru
Cos'è ReYohoho?
ReYohoho è un'estensione di Chrome sviluppata da reyohoho, e la sua funzione principale è "Open ReYohoho directly from kinopoisk.ru".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ReYohoho
Scarica i file di estensione ReYohoho in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Откройте ReYohoho прямо с kinopoisk.ru. Расширение добавляет кнопку для перехода на сайт ReYohoho со страницы фильма/сериала с сайта kinopoisk.ru. Informazioni di Base sull'Estensione
| Nome | |
| ID | olgankcdclcgfeofmijclcpfbakanakh |
| URL Ufficiale | https://chromewebstore.google.com/detail/reyohoho/olgankcdclcgfeofmijclcpfbakanakh |
| Descrizione | Open ReYohoho directly from kinopoisk.ru |
| Dimensione del File | 205 KB |
| Conteggio Installazioni | 757 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2024-02-24 |
| Data di Pubblicazione | 2023-10-11 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | reyohoho |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/reyohoho/reyohoho-chrome-ff-ext |
| URL della Pagina di Aiuto | https://github.com/reyohoho/reyohoho-chrome-ff-ext/issues |
| Lingue Supportate | 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"
}
} | |