Pa3BoPoT Lite

The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…

¿Qué es Pa3BoPoT Lite?

Pa3BoPoT Lite es una extensión de Chrome desarrollada por https://andynik.com, y su función principal es "The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Pa3BoPoT Lite

Descarga archivos de extensión Pa3BoPoT Lite 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

                        The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly overlooked by the great company.

For personal use only.

For PRO version please contact me at [email protected] or https://t.me/andy_nik

Benefits of PRO version:
* Overridden keyboard keys according to screen orientation
* Overridden scroll actions according to screen orientation
* Settings page for web sites presets
* Preset screen orientation upon web page initial load
* Context menu (right click) rotation
* Feature requests implementation
* Enterprise support, prompt bug fixes
* Pluses to karma

Thank you a bunch for supporting the project! May the Force be with you.                    

Información Básica de la Extensión

Nombre Pa3BoPoT Lite Pa3BoPoT Lite
ID fngmoalpcoghpfgpleaeeppfgbbajicc
URL Oficial https://chromewebstore.google.com/detail/pa3bopot-lite/fngmoalpcoghpfgpleaeeppfgbbajicc
Descripción The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…
Tamaño del Archivo 21.16 KB
Cantidad de Instalaciones 381
Versión Actual 1.44
Última Actualización 2023-12-14
Fecha de Publicación 2020-01-13
Calificación 4.60/5 Total de 10 Calificaciones
Desarrollador https://andynik.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pa3BoPoT Lite",
    "version": "1.44",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_title": "Pa3BoPoT",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "workload.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}