ProgPlayer

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

What is ProgPlayer?

ProgPlayer is a Chrome extension developed by chinami.netfree, and its main feature is "התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il".

Extension Screenshots

Download ProgPlayer Extension CRX File

Download ProgPlayer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ProgPlayer ProgPlayer
ID hdnmjglleigmhhmfmhhggjhnidbbfood
Official URL https://chromewebstore.google.com/detail/progplayer/hdnmjglleigmhhmfmhhggjhnidbbfood
Description התוסף מנגן סרטונים דחוסים לקובץ ZIP באתר prog.co.il
File Size 2.28 MB
Installation Count 1,381
Current Version 1.0.1
Last Updated 2023-07-24
Publish Date 2023-07-21
Rating 5.00/5 Total 10 Ratings
Developer chinami.netfree
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}