[OUTDATED] Opal – Download the new version

Opal Chrome Extension

What is [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version is a Chrome extension developed by Opal, and its main feature is "Opal Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download [OUTDATED] Opal – Download the new version Extension CRX File

Download [OUTDATED] Opal – Download the new version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
Official URL https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Description Opal Chrome Extension
File Size 184 MB
Installation Count 20
Current Version 0.5.0
Last Updated 2022-03-31
Publish Date 2022-01-14
Rating 5.00/5 Total 9 Ratings
Developer Opal
Email [email protected]
Payment Type free
Extension Website https://opal.so
Help Page URL https://help.opal.so
Privacy Policy Page URL https://opal.so/terms
Supported Languages 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"
            ]
        }
    ]
}