GriesmayerNoFlash

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

Wat is GriesmayerNoFlash?

GriesmayerNoFlash is een Chrome-extensie ontwikkeld door z3ntu, en de belangrijkste functie is "Adds a "Download" button to videos which need Flash.".

Download het CRX-bestand van de extensie GriesmayerNoFlash

Download GriesmayerNoFlash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
Officiële URL https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Beschrijving Adds a "Download" button to videos which need Flash.
Bestandsgrootte 33.35 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2017-09-07
Publicatiedatum 2017-09-07
Ontwikkelaar z3ntu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}