[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Apa itu [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version adalah ekstensi Chrome yang dikembangkan oleh Opal, dan fitur utamanya adalah "Opal Chrome Extension".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi [OUTDATED] Opal – Download the new version

Unduh file ekstensi [OUTDATED] Opal – Download the new version dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
URL Resmi https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Deskripsi Opal Chrome Extension
Ukuran File 184 MB
Jumlah Instalasi 20
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2022-03-31
Tanggal Publikasi 2022-01-14
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Opal
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://opal.so
URL Halaman Bantuan https://help.opal.so
URL Halaman Kebijakan Privasi https://opal.so/terms
Bahasa yang Didukung 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"
            ]
        }
    ]
}