[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Was ist [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version ist eine Chrome-Erweiterung, die von Opal entwickelt wurde, und ihr Hauptmerkmal ist "Opal Chrome Extension".

Erweiterungsscreenshots

screenshot
screenshot

[OUTDATED] Opal – Download the new version-Erweiterungs-CRX-Datei herunterladen

Laden Sie [OUTDATED] Opal – Download the new version-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
Offizielle URL https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Beschreibung Opal Chrome Extension
Dateigröße 184 MB
Installationsanzahl 20
Aktuelle Version 0.5.0
Letztes Update 2022-03-31
Veröffentlichungsdatum 2022-01-14
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Opal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://opal.so
Hilfeseite URL https://help.opal.so
URL der Datenschutzrichtlinien-Seite https://opal.so/terms
Unterstützte Sprachen 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"
            ]
        }
    ]
}