[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Cos'è [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version è un'estensione di Chrome sviluppata da Opal, e la sua funzione principale è "Opal Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione [OUTDATED] Opal – Download the new version

Scarica i file di estensione [OUTDATED] Opal – Download the new version in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
URL Ufficiale https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Descrizione Opal Chrome Extension
Dimensione del File 184 MB
Conteggio Installazioni 20
Versione Corrente 0.5.0
Ultimo Aggiornamento 2022-03-31
Data di Pubblicazione 2022-01-14
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Opal
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://opal.so
URL della Pagina di Aiuto https://help.opal.so
URL della Pagina della Politica sulla Privacy https://opal.so/terms
Lingue Supportate 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"
            ]
        }
    ]
}