ProgPlayer

התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il

ProgPlayer란 무엇입니까?

ProgPlayer은(는) chinami.netfree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il"입니다.

확장 프로그램 스크린샷

ProgPlayer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il                    

확장 프로그램 기본 정보

이름 ProgPlayer ProgPlayer
ID hdnmjglleigmhhmfmhhggjhnidbbfood
공식 URL https://chromewebstore.google.com/detail/progplayer/hdnmjglleigmhhmfmhhggjhnidbbfood
설명 התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il
파일 크기 2.28 MB
설치 횟수 1,381
현재 버전 1.0.1
최근 업데이트 2023-07-24
출시 날짜 2023-07-21
평점 5.00/5 총 10 개의 평점
개발자 chinami.netfree
이메일 [email protected]
결제 유형 free
지원되는 언어 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProgPlayer",
    "version": "1.0.1",
    "description": "\u05d4\u05ea\u05d5\u05e1\u05e3 \u05de\u05e0\u05d2\u05df \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9\u05dd \u05d3\u05d7\u05d5\u05e1\u05d9\u05dd \u05dc\u05e7\u05d5\u05d1\u05e5 ZIP \u05d1\u05d0\u05ea\u05e8 prog.co.il",
    "icons": {
        "16": "icons\/zp_icon_16.png",
        "32": "icons\/zp_icon_32.png",
        "48": "icons\/zp_icon_48.png",
        "128": "icons\/zp_icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/zp_icon_128.png"
            ],
            "matches": [
                "https:\/\/www.prog.co.il\/*"
            ]
        },
        {
            "resources": [
                "icons\/zp_icon_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "ProgPlayer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.prog.co.il\/threads\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}