Hangout Flash Enabler
Automatically allows Flash player to run, rather than ask for permission each time.
Wat is Hangout Flash Enabler?
Hangout Flash Enabler is een Chrome-extensie ontwikkeld door pennywise.hangout.ph, en de belangrijkste functie is "Automatically allows Flash player to run, rather than ask for permission each time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hangout Flash Enabler
Download Hangout Flash Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will allow you to automatically enable flash on hangout. This will help you to get in the client easier.
Basisinformatie over de Extensie
Naam | |
ID | anbgkbldijjkcobgockaldnflcopphom |
Officiële URL | https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom |
Beschrijving | Automatically allows Flash player to run, rather than ask for permission each time. |
Bestandsgrootte | 33.98 KB |
Aantal Installaties | 154 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-10-14 |
Publicatiedatum | 2020-04-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pennywise.hangout.ph |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hangout.ph |
Help Pagina-URL | https://hangout.ph |
URL van de Privacybeleid Pagina | https://hangout.ph/help/10-privacy-policy |
Ondersteunde Talen | 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" } |