[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Hvad er [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version er en Chrome-udvidelse udviklet af Opal, og dens hovedfunktion er "Opal Chrome Extension".

Udvidelsesskærmbilleder

screenshot
screenshot

Download [OUTDATED] Opal – Download the new version-udvidelses-CRX-fil

Download [OUTDATED] Opal – Download the new version-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
Officiel URL https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Beskrivelse Opal Chrome Extension
Filstørrelse 184 MB
Antal Installationer 20
Nuværende Version 0.5.0
Senest Opdateret 2022-03-31
Udgivelsesdato 2022-01-14
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Opal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://opal.so
Hjælpeside-URL https://help.opal.so
URL til Fortrolighedspolitik Side https://opal.so/terms
Understøttede Sprog 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"
            ]
        }
    ]
}