[OUTDATED] Opal – Download the new version

Opal Chrome Extension

[OUTDATED] Opal – Download the new version là gì?

[OUTDATED] Opal – Download the new version là một tiện ích mở rộng Chrome được phát triển bởi Opal, và tính năng chính của nó là "Opal Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng [OUTDATED] Opal – Download the new version

Tải xuống các tệp mở rộng [OUTDATED] Opal – Download the new version dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên [OUTDATED] Opal – Download the new version [OUTDATED] Opal – Download the new version
ID bmcgkbcipdgcdmfahhhickhiggcldnbh
URL Chính Thức https://chromewebstore.google.com/detail/outdated-opal-%E2%80%93-download/bmcgkbcipdgcdmfahhhickhiggcldnbh
Mô tả Opal Chrome Extension
Kích Thước Tệp 184 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2022-03-31
Ngày Phát Hành 2022-01-14
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Opal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opal.so
URL Trang Trợ Giúp https://help.opal.so
URL Trang Chính Sách Bảo Mật https://opal.so/terms
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}