[OUTDATED] Opal – Download the new version

Opal Chrome Extension

[OUTDATED] Opal – Download the new version क्या है?

[OUTDATED] Opal – Download the new version Opal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opal Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में [OUTDATED] Opal – Download the new version एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
आधिकारिक URL https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
विवरण Opal Chrome Extension
फ़ाइल का आकार 184 MB
स्थापना संख्या 20
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2022-03-31
प्रकाशन तिथि 2022-01-14
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Opal
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://opal.so
सहायता पृष्ठ URL https://help.opal.so
गोपनीयता नीति पृष्ठ URL https://opal.so/terms
समर्थित भाषाएँ 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"
            ]
        }
    ]
}