GriesmayerNoFlash

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

GriesmayerNoFlashคืออะไร?

GriesmayerNoFlash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย z3ntu และคุณลักษณะหลักของมันคือ "Adds a "Download" button to videos which need Flash."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GriesmayerNoFlash

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}