ViihdeHelper

Provides links to Open in VLC and Download recordings from Elisa Viihde.

What is ViihdeHelper?

ViihdeHelper is a Chrome extension developed by asmand, and its main feature is "Provides links to Open in VLC and Download recordings from Elisa Viihde.".

Extension Screenshots

screenshot
screenshot

Download ViihdeHelper Extension CRX File

Download ViihdeHelper 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

                        ViihdeHelper Chrome Extension on laajennus Chrome-selaimelle joka mahdollistaa (m.m.) tallenteiden lataamista omalle konelle ElisaViihde-palvelusta. Kun laajennus on asennettu, ilmestyy tallennelistalle latausikoni.

Muista käydä asetuksien läpi asennuksen jälkeen (Options... linkki laajennuslistassa).

Laajennuksen kotisivulta löytyy lisätietoja.

Laajennuksen API-keytä ei saa käyttää muissa yhteyksissä.

Icons by www.aha-soft.com.                    

Extension Basic Information

Name ViihdeHelper ViihdeHelper
ID bdbkamflecigpghmlfiikhnapjonhaae
Official URL https://chromewebstore.google.com/detail/viihdehelper/bdbkamflecigpghmlfiikhnapjonhaae
Description Provides links to Open in VLC and Download recordings from Elisa Viihde.
File Size 59.72 KB
Installation Count 1,970
Current Version 6.0.0.0
Last Updated 2021-06-27
Publish Date 2019-04-22
Rating 3.53/5 Total 17 Ratings
Developer asmand
Email [email protected]
Payment Type free
Extension Website https://asmand.wordpress.com/elisa-viihde/
Supported Languages fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ViihdeHelper",
    "version": "6.0.0.0",
    "manifest_version": 2,
    "description": "Provides links to Open in VLC and Download recordings from Elisa Viihde.",
    "permissions": [
        "storage",
        "downloads",
        "http:\/\/*.elisaviihde.fi\/",
        "https:\/\/*.elisaviihde.fi\/",
        "https:\/\/api-viihde-gateway.dc1.elisa.fi\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elisaviihde.fi\/tallenteet\/*",
                "https:\/\/elisaviihde.fi\/ohjelmaopas\/ohjelma\/*"
            ],
            "js": [
                "jquery-1.12.4.min.js",
                "ViihdeHelper.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "jquery-1.12.4.min.js",
            "downloader.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "vlc.png",
        "download.png",
        "film.png",
        "help.png"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    }
}