[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
Eメール [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"
            ]
        }
    ]
}