Hangout Flash Enabler
Automatically allows Flash player to run, rather than ask for permission each time.
Apa itu Hangout Flash Enabler?
Hangout Flash Enabler adalah ekstensi Chrome yang dikembangkan oleh pennywise.hangout.ph, dan fitur utamanya adalah "Automatically allows Flash player to run, rather than ask for permission each time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hangout Flash Enabler
Unduh file ekstensi Hangout Flash Enabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will allow you to automatically enable flash on hangout. This will help you to get in the client easier.
Informasi Dasar Ekstensi
Nama | |
ID | anbgkbldijjkcobgockaldnflcopphom |
URL Resmi | https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom |
Deskripsi | Automatically allows Flash player to run, rather than ask for permission each time. |
Ukuran File | 33.98 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-10-14 |
Tanggal Publikasi | 2020-04-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | pennywise.hangout.ph |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://hangout.ph |
URL Halaman Bantuan | https://hangout.ph |
URL Halaman Kebijakan Privasi | https://hangout.ph/help/10-privacy-policy |
Bahasa yang Didukung | 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" } |