JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Vad är JWPlayer - Theatre mode?

JWPlayer - Theatre mode är en Chrome-tillägg utvecklad av developmentjbd, och dess huvudfunktion är "Add a theatre mode button to all JWPlayers.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner JWPlayer - Theatre mode-förlängningens CRX-fil

Ladda ner JWPlayer - Theatre mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension adds a theatre mode button to every JWPlayer online. Use this mode to stretch the JWPlayer to the maximum size of your browser without using normal fullscreen.                    

Grundläggande Information om Tillägg

Namn JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Officiell webbadress https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Beskrivning Add a theatre mode button to all JWPlayers.
Filstorlek 9.57 KB
Antal Installationer 4,311
Aktuell Version 0.1
Senast Uppdaterad 2019-07-13
Publiceringsdatum 2019-07-10
Betyg 2.75/5 Totalt 8 Betyg
Utvecklare developmentjbd
Betalningssätt free
Tilläggswebbplats https://gitlab.com/Shivs/nos-theater-modus
Hjälpsida URL https://gitlab.com/Shivs/nos-theater-modus/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWPlayer - Theatre mode",
    "version": "0.1",
    "description": "Add a theatre mode button to all JWPlayers.",
    "short_name": "JWPlayer Theatre mode",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}