[OUTDATED] Opal – Download the new version

Opal Chrome Extension

什麼是[OUTDATED] Opal – Download the new version?

[OUTDATED] Opal – Download the new version是由Opal開發的Chrome擴展程式,該擴展的主要功能是“Opal Chrome Extension”。

擴展截圖

screenshot
screenshot

下載[OUTDATED] Opal – Download the new version擴展crx文件

下載[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
官方網址 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"
            ]
        }
    ]
}