[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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}