Player Enhancer for YouTube

Chrome Extension for Player Enhancer on YouTube

Co je Player Enhancer for YouTube?

Player Enhancer for YouTube je rozšíření Chrome vyvinuté https://fiahfy.blogspot.com, a jeho hlavní funkcí je „Chrome Extension for Player Enhancer on YouTube“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Player Enhancer for YouTube

Stáhněte si soubory rozšíření Player Enhancer for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        - Add seek buttons on the bottom control.
- Add reload button on the chat menu.                    

Základní Informace o Rozšíření

Název Player Enhancer for YouTube Player Enhancer for YouTube
ID enakpddkofoddibleaedgbcpbnpoeond
Oficiální URL https://chromewebstore.google.com/detail/player-enhancer-for-youtu/enakpddkofoddibleaedgbcpbnpoeond
Popis Chrome Extension for Player Enhancer on YouTube
Velikost souboru 167 KB
Počet instalací 557
Aktuální Verze 0.0.6
Poslední Aktualizace 2021-05-18
Datum Vydání 2020-05-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://fiahfy.blogspot.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/www.youtube.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Player Enhancer for YouTube",
    "description": "Chrome Extension for Player Enhancer on YouTube",
    "version": "0.0.6"
}