GriesmayerNoFlash

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

Was ist GriesmayerNoFlash?

GriesmayerNoFlash ist eine Chrome-Erweiterung, die von z3ntu entwickelt wurde, und ihr Hauptmerkmal ist "Adds a "Download" button to videos which need Flash.".

GriesmayerNoFlash-Erweiterungs-CRX-Datei herunterladen

Laden Sie GriesmayerNoFlash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
Offizielle URL https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Beschreibung Adds a "Download" button to videos which need Flash.
Dateigröße 33.35 KB
Installationsanzahl 16
Aktuelle Version 1.0
Letztes Update 2017-09-07
Veröffentlichungsdatum 2017-09-07
Entwickler z3ntu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}