GriesmayerNoFlash
Adds a "Download" button to videos which need Flash.
什麼是GriesmayerNoFlash?
GriesmayerNoFlash是由z3ntu開發的Chrome擴展程式,該擴展的主要功能是“Adds a "Download" button to videos which need Flash.”。
下載GriesmayerNoFlash擴展crx文件
下載GriesmayerNoFlash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a "Download" button to videos on griesmayer.com which need Flash.
擴展基本資訊
名稱 | |
ID | hcaikojphmgkkdcpcohmmnloolhkjihp |
官方網址 | https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp |
簡介 | Adds a "Download" button to videos which need Flash. |
檔案大小 | 33.35 KB |
安裝次數 | 16 |
目前版本 | 1.0 |
更新時間 | 2017-09-07 |
上架時間 | 2017-09-07 |
開發者 | z3ntu |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |