webAntidote PlutoTV GH2022
+sala de chat +selc calidad video +botón retrcder 4s +adelan/retrcder(keybord) +play/pause +veloc Ask 4 full! cafecito.app/gorkicode
Cos'è webAntidote PlutoTV GH2022?
webAntidote PlutoTV GH2022 è un'estensione di Chrome sviluppata da gorkicode, e la sua funzione principale è "+sala de chat +selc calidad video +botón retrcder 4s +adelan/retrcder(keybord) +play/pause +veloc Ask 4 full! cafecito.app/gorkicode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione webAntidote PlutoTV GH2022
Scarica i file di estensione webAntidote PlutoTV GH2022 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
webAntidote PlutoTV GH2022
Version: 1.1.0.8
Agrega SALA DE CHAT !!!, implementa nuevo reproductor de video con SELECTOR DE CALIDAD y botón de RETROCEDER RÁPIDO. Quita imágenes superpuestas y controles no funcionales que IMPIDEN la completa y fluida visualización de los vídeos. Agrega: pantalla completa, adelantar/retroceder (por teclado), botón play/pause y menú VELOCIDADES DE REPRODUCCIÓN. Preguntar por versión Full!
Hace tu donación ;) y colabora para que pueda seguir desarrollando estas y otras aplicaciones.
Muchas Gracias!
cafecito.app/gorkicode
paypal.me/gorkicode
---
Adds CHAT ROOM !!!, implements new video player with QUALITY SELECTOR and fast REWIND BUTTON. Removes overlapping images and non-functional controls that PREVENT the complete and fluid display of videos. Adds: full screen, forward/back (by keyboard), play/pause button and PLAYBACK SPEED MENU. Ask for full version!
Make your donation ;) and collaborate so that I can continue developing these and other applications.
Thank you so much!
cafecito.app/gorkicode
paypal.me/gorkicode Informazioni di Base sull'Estensione
| Nome | |
| ID | diogahacbkhfhbleaheogljjampfpboh |
| URL Ufficiale | https://chromewebstore.google.com/detail/webantidote-plutotv-gh202/diogahacbkhfhbleaheogljjampfpboh |
| Descrizione | +sala de chat +selc calidad video +botón retrcder 4s +adelan/retrcder(keybord) +play/pause +veloc Ask 4 full! cafecito.app/gorkicode |
| Dimensione del File | 570 KB |
| Conteggio Installazioni | 391 |
| Versione Corrente | 1.1.0.8 |
| Ultimo Aggiornamento | 2022-12-16 |
| Data di Pubblicazione | 2022-11-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | gorkicode |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://cafecito.app/gorkicode |
| URL della Pagina di Aiuto | https://cafecito.app/gorkicode |
| Lingue Supportate | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "webAntidote PlutoTV GH2022",
"version": "1.1.0.8",
"description": "+sala de chat +selc calidad video +bot\u00f3n retrcder 4s +adelan\/retrcder(keybord) +play\/pause +veloc Ask 4 full! cafecito.app\/gorkicode",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"https:\/\/*.pluto.tv\/*\/gran-hermano*",
"tabs",
"webRequest",
"webRequestBlocking"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pluto.tv\/*\/gran-hermano*"
],
"run_at": "document_end",
"js": [
"scripts\/content.js"
]
}
],
"web_accessible_resources": [
"libs\/clappr.js",
"libs\/level-selector.js",
"libs\/clappr-playback-rate-plugin.js",
"libs\/hlsjs-playback.js",
"libs\/rewindPlugin.js",
"libs\/chatPlugin.js"
]
} | |