[OUTDATED] Opal – Download the new version

Opal Chrome Extension

ما هو [OUTDATED] Opal – Download the new version؟

[OUTDATED] Opal – Download the new version هو إضافة Chrome تم تطويرها بواسطة Opal، والميزة الرئيسية لها هي "Opal Chrome Extension".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة [OUTDATED] Opal – Download the new version

قم بتنزيل ملفات الامتداد [OUTDATED] Opal – Download the new version بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://help.opal.so
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}