GriesmayerNoFlash

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

Cos'è GriesmayerNoFlash?

GriesmayerNoFlash è un'estensione di Chrome sviluppata da z3ntu, e la sua funzione principale è "Adds a "Download" button to videos which need Flash.".

Scarica il file CRX dell'estensione GriesmayerNoFlash

Scarica i file di estensione GriesmayerNoFlash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
URL Ufficiale https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Descrizione Adds a "Download" button to videos which need Flash.
Dimensione del File 33.35 KB
Conteggio Installazioni 16
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-07
Data di Pubblicazione 2017-09-07
Sviluppatore z3ntu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}