[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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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