[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Qu'est-ce que [OUTDATED] Opal – Download the new version ?

[OUTDATED] Opal – Download the new version est une extension Chrome développée par Opal, et sa fonction principale est "Opal Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension [OUTDATED] Opal – Download the new version

Téléchargez les fichiers d'extension [OUTDATED] Opal – Download the new version au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
URL Officiel https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Description Opal Chrome Extension
Taille du Fichier 184 MB
Nombre d'Installations 20
Version Actuelle 0.5.0
Dernière Mise à Jour 2022-03-31
Date de Publication 2022-01-14
Évaluation 5.00/5 Total 9 Évaluations
Développeur Opal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://opal.so
URL de la Page d'Aide https://help.opal.so
URL de la Page de Politique de Confidentialité https://opal.so/terms
Langues Prises en Charge 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"
            ]
        }
    ]
}