[OUTDATED] Opal – Download the new version

Opal Chrome Extension

O que é [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version é uma extensão do Chrome desenvolvida por Opal, e sua principal característica é "Opal Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão [OUTDATED] Opal – Download the new version

Baixe arquivos de extensão [OUTDATED] Opal – Download the new version 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

                        Opal has moved!

To carry on using Opal and get all the latest features, download our new extension using the link below.

https://chrome.google.com/webstore/detail/opal-sync-%E2%80%93-sync-with-the/lmhpbdikmpeolddmaemjgbhbpngeeopj                    

Informações Básicas da Extensão

Nome [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
URL Oficial https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Descrição Opal Chrome Extension
Tamanho do Arquivo 184 MB
Contagem de Instalações 20
Versão Atual 0.5.0
Última Atualização 2022-03-31
Data de Publicação 2022-01-14
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Opal
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://opal.so
URL da Página de Ajuda https://help.opal.so
URL da Página de Política de Privacidade https://opal.so/terms
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[OUTDATED] Opal \u2013 Download the new version",
    "description": "Opal Chrome Extension",
    "manifest_version": 2,
    "version": "0.5.0",
    "icons": {
        "128": "images\/no_session_128.png",
        "512": "images\/no_session_512.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/no_session_128.png",
            "512": "images\/no_session_512.png"
        },
        "default_title": "Opal extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "blockedPage.html"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}