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文件

下載webAntidote PlutoTV GH2022擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}