[OUTDATED] Opal – Download the new version

Opal Chrome Extension

Vad är [OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version är en Chrome-tillägg utvecklad av Opal, och dess huvudfunktion är "Opal Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner [OUTDATED] Opal – Download the new version-förlängningens CRX-fil

Ladda ner [OUTDATED] Opal – Download the new version-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
Officiell webbadress https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Beskrivning Opal Chrome Extension
Filstorlek 184 MB
Antal Installationer 20
Aktuell Version 0.5.0
Senast Uppdaterad 2022-03-31
Publiceringsdatum 2022-01-14
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Opal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://opal.so
Hjälpsida URL https://help.opal.so
URL till Sekretesspolicy Sidan https://opal.so/terms
Stödda Språk 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"
            ]
        }
    ]
}