GriesmayerNoFlash

Adds a "Download" button to videos which need Flash.

What is GriesmayerNoFlash?

GriesmayerNoFlash is a Chrome extension developed by z3ntu, and its main feature is "Adds a "Download" button to videos which need Flash.".

Download GriesmayerNoFlash Extension CRX File

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

                        Adds a "Download" button to videos on griesmayer.com which need Flash.                    

Extension Basic Information

Name GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
Official URL https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Description Adds a "Download" button to videos which need Flash.
File Size 33.35 KB
Installation Count 16
Current Version 1.0
Last Updated 2017-09-07
Publish Date 2017-09-07
Developer z3ntu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GriesmayerNoFlash",
    "description": "Adds a \"Download\" button to videos which need Flash.",
    "version": "1.0",
    "author": "z3ntu",
    "homepage_url": "https:\/\/z3ntu.xyz",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/griesmayer.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/griesmayer.com\/*"
    ]
}