GriesmayerNoFlash
Adds a "Download" button to videos which need Flash.
Hvad er GriesmayerNoFlash?
GriesmayerNoFlash er en Chrome-udvidelse udviklet af z3ntu, og dens hovedfunktion er "Adds a "Download" button to videos which need Flash.".
Download GriesmayerNoFlash-udvidelses-CRX-fil
Download GriesmayerNoFlash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a "Download" button to videos on griesmayer.com which need Flash.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hcaikojphmgkkdcpcohmmnloolhkjihp |
Officiel URL | https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp |
Beskrivelse | Adds a "Download" button to videos which need Flash. |
Filstørrelse | 33.35 KB |
Antal Installationer | 16 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-09-07 |
Udgivelsesdato | 2017-09-07 |
Udvikler | z3ntu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |