ProgPlayer

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

ProgPlayerとは何ですか?

ProgPlayerはchinami.netfreeによって開発されたChromeの拡張機能で、その主な機能は「התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il」です。

拡張機能のスクリーンショット

ProgPlayer拡張機能のCRXファイルをダウンロード

ProgPlayer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        התוסף מנגן סרטונים דחוסים לקובץ 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
Eメール [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"
    }
}