Time Squasher - EuroSportPlayer

Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind

Co je Time Squasher - EuroSportPlayer?

Time Squasher - EuroSportPlayer je rozšíření Chrome vyvinuté Jamhead, a jeho hlavní funkcí je „Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Time Squasher - EuroSportPlayer

Stáhněte si soubory rozšíření Time Squasher - EuroSportPlayer 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í

                        Hides the time bar on videos for EuroSportPlayer on eurosportplayer.com so you don't know the result by how long is left, and adds buttons so that you can still fast-forward/rewind without knowing the time left. Also hides the length of matches in video thumbnails on the video selection screen.

For firefox extension:
https://addons.mozilla.org/en-US/firefox/addon/time-squasher-eurosportplayer/                    

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

Název Time Squasher - EuroSportPlayer Time Squasher - EuroSportPlayer
ID cfeogkkfaiielaeadmmldibmnjnpgkni
Oficiální URL https://chromewebstore.google.com/detail/time-squasher-eurosportpl/cfeogkkfaiielaeadmmldibmnjnpgkni
Popis Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind
Velikost souboru 437 KB
Počet instalací 268
Aktuální Verze 1.0.5
Poslední Aktualizace 2017-09-11
Datum Vydání 2017-09-11
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář Jamhead
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Squasher - EuroSportPlayer",
    "version": "1.0.5",
    "description": "Hides video time for EuroSport Player so you don't know the result by how long is left. Made with squash in mind",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/active-squasher-icon128.png",
        "default_title": "squasher",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/active-squasher-icon48.png",
        "128": "icons\/active-squasher-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.eurosportplayer.*\/*"
            ],
            "css": [
                "squasher.css"
            ],
            "js": [
                "eurosport_squasher.js"
            ]
        }
    ]
}