Pa3BoPoT Lite

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

O que é Pa3BoPoT Lite?

Pa3BoPoT Lite é uma extensão do Chrome desenvolvida por https://andynik.com, e sua principal característica é "The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Pa3BoPoT Lite

Baixe arquivos de extensão Pa3BoPoT Lite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pa3BoPoT Lite Pa3BoPoT Lite
ID fngmoalpcoghpfgpleaeeppfgbbajicc
URL Oficial https://chromewebstore.google.com/detail/pa3bopot-lite/fngmoalpcoghpfgpleaeeppfgbbajicc
Descrição The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…
Tamanho do Arquivo 21.16 KB
Contagem de Instalações 381
Versão Atual 1.44
Última Atualização 2023-12-14
Data de Publicação 2020-01-13
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor https://andynik.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}