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

webAntidote PlutoTV GH2022란 무엇입니까?

webAntidote PlutoTV GH2022은(는) gorkicode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "+sala de chat +selc calidad video +botón retrcder 4s +adelan/retrcder(keybord) +play/pause +veloc Ask 4 full! cafecito.app/gorkicode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

webAntidote PlutoTV GH2022 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 webAntidote PlutoTV GH2022 webAntidote PlutoTV GH2022
ID diogahacbkhfhbleaheogljjampfpboh
공식 URL https://chromewebstore.google.com/detail/webantidote-plutotv-gh202/diogahacbkhfhbleaheogljjampfpboh
설명 +sala de chat +selc calidad video +botón retrcder 4s +adelan/retrcder(keybord) +play/pause +veloc Ask 4 full! cafecito.app/gorkicode
파일 크기 570 KB
설치 횟수 391
현재 버전 1.1.0.8
최근 업데이트 2022-12-16
출시 날짜 2022-11-11
평점 5.00/5 총 1 개의 평점
개발자 gorkicode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cafecito.app/gorkicode
도움말 페이지 URL https://cafecito.app/gorkicode
지원되는 언어 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"
    ]
}