GriesmayerNoFlash
Adds a "Download" button to videos which need Flash.
Vad är GriesmayerNoFlash?
GriesmayerNoFlash är en Chrome-tillägg utvecklad av z3ntu, och dess huvudfunktion är "Adds a "Download" button to videos which need Flash.".
Ladda ner GriesmayerNoFlash-förlängningens CRX-fil
Ladda ner GriesmayerNoFlash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a "Download" button to videos on griesmayer.com which need Flash.
Grundläggande Information om Tillägg
Namn | |
ID | hcaikojphmgkkdcpcohmmnloolhkjihp |
Officiell webbadress | https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp |
Beskrivning | Adds a "Download" button to videos which need Flash. |
Filstorlek | 33.35 KB |
Antal Installationer | 16 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-09-07 |
Publiceringsdatum | 2017-09-07 |
Utvecklare | z3ntu |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |