GriesmayerNoFlash

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

Qu'est-ce que GriesmayerNoFlash ?

GriesmayerNoFlash est une extension Chrome développée par z3ntu, et sa fonction principale est "Adds a "Download" button to videos which need Flash.".

Télécharger le fichier CRX de l'extension GriesmayerNoFlash

Téléchargez les fichiers d'extension GriesmayerNoFlash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
URL Officiel https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Description Adds a "Download" button to videos which need Flash.
Taille du Fichier 33.35 KB
Nombre d'Installations 16
Version Actuelle 1.0
Dernière Mise à Jour 2017-09-07
Date de Publication 2017-09-07
Développeur z3ntu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}