[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
官方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"
            ]
        }
    ]
}