GriesmayerNoFlash

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

GriesmayerNoFlash là gì?

GriesmayerNoFlash là một tiện ích mở rộng Chrome được phát triển bởi z3ntu, và tính năng chính của nó là "Adds a "Download" button to videos which need Flash.".

Tải xuống tệp CRX của tiện ích mở rộng GriesmayerNoFlash

Tải xuống các tệp mở rộng GriesmayerNoFlash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GriesmayerNoFlash GriesmayerNoFlash
ID hcaikojphmgkkdcpcohmmnloolhkjihp
URL Chính Thức https://chromewebstore.google.com/detail/griesmayernoflash/hcaikojphmgkkdcpcohmmnloolhkjihp
Mô tả Adds a "Download" button to videos which need Flash.
Kích Thước Tệp 33.35 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-09-07
Ngày Phát Hành 2017-09-07
Nhà Phát Triển z3ntu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}