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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}