[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Co to jest [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version to rozszerzenie Chrome opracowane przez Opal, a jego główną funkcją jest „Opal Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia [OUTDATED] Opal – Download the new version

Pobierz pliki rozszerzeń [OUTDATED] Opal – Download the new version w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
Oficjalny URL https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Opis Opal Chrome Extension
Rozmiar pliku 184 MB
Liczba instalacji 20
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2022-03-31
Data Publikacji 2022-01-14
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Opal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://opal.so
Adres URL Strony Pomocy https://help.opal.so
Adres URL Strony Polityki Prywatności https://opal.so/terms
Obsługiwane Języki 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"
            ]
        }
    ]
}