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.                    

扩展基本信息

名称 GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
官方URL 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\/*"
    ]
}