Hangout Flash Enabler

Automatically allows Flash player to run, rather than ask for permission each time.

ما هو Hangout Flash Enabler؟

Hangout Flash Enabler هو إضافة Chrome تم تطويرها بواسطة pennywise.hangout.ph، والميزة الرئيسية لها هي "Automatically allows Flash player to run, rather than ask for permission each time.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Hangout Flash Enabler

قم بتنزيل ملفات الامتداد Hangout Flash Enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will allow you to automatically enable flash on hangout.
This will help you to get in the client easier.                    

معلومات أساسية عن التمديد

الاسم Hangout Flash Enabler Hangout Flash Enabler
ID anbgkbldijjkcobgockaldnflcopphom
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom
الوصف Automatically allows Flash player to run, rather than ask for permission each time.
حجم الملف 33.98 KB
عدد التثبيتات 154
النسخة الحالية 1.0.2
آخر تحديث 2020-10-14
تاريخ النشر 2020-04-22
تقييم 5.00/5 مجموع تقييمات 1
المطور pennywise.hangout.ph
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hangout.ph
عنوان صفحة المساعدة https://hangout.ph
عنوان صفحة سياسة الخصوصية https://hangout.ph/help/10-privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    },
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "icons": {
        "128": "images\/icon-128x128.png",
        "144": "images\/icon-144x144.png",
        "152": "images\/icon-152x152.png",
        "192": "images\/icon-192x192.png",
        "384": "images\/icon-384x384.png",
        "512": "images\/icon-512x512.png",
        "72": "images\/icon-72x72.png",
        "96": "images\/icon-96x96.png"
    },
    "manifest_version": 2,
    "name": "Hangout Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}