GDPlay

Play Video Smoother on gdriveplayer

¿Qué es GDPlay?

GDPlay es una extensión de Chrome desarrollada por gdriveplayer team, y su función principal es "Play Video Smoother on gdriveplayer".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión GDPlay

Descarga archivos de extensión GDPlay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This tool was used to play video smoother on gdriveplayer app

How to use it:
There is no setting panet. Just toggle the icon to switch to "on" or "off". Red icon indicate "off" and green icon indicated "on"


Changelog:
1.0.0 
- initial release

1.0.2
- fix iframe problem                    

Información Básica de la Extensión

Nombre GDPlay GDPlay
ID idjmioilgmedmbfabcfnpeaclcndeekb
URL Oficial https://chromewebstore.google.com/detail/gdplay/idjmioilgmedmbfabcfnpeaclcndeekb
Descripción Play Video Smoother on gdriveplayer
Tamaño del Archivo 99.75 KB
Cantidad de Instalaciones 48,620
Versión Actual 1.1.2
Última Actualización 2021-08-29
Fecha de Publicación 2020-11-20
Calificación 3.30/5 Total de 10 Calificaciones
Desarrollador gdriveplayer team
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDPlay",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Play Video Smoother on gdriveplayer",
    "icons": {
        "16": "16-on.png",
        "48": "48-on.png",
        "128": "128-on.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/gdriveplayer.to\/*",
                "*:\/\/redirector.gdrivecdn.me\/*",
                "*:\/\/playermantab.com\/*",
                "*:\/\/playerbiasa.xyz\/*",
                "*:\/\/database.gdriveplayer.us\/*",
                "*:\/\/databasegdriveplayer.co\/*",
                "*:\/\/databasegdriveplayer.xyz\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "*:\/\/drive.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/gdriveplayer.to\/*",
            "*:\/\/redirector.gdrivecdn.me\/*"
        ]
    }
}