Hangout Flash Enabler
Automatically allows Flash player to run, rather than ask for permission each time.
Qu'est-ce que Hangout Flash Enabler ?
Hangout Flash Enabler est une extension Chrome développée par pennywise.hangout.ph, et sa fonction principale est "Automatically allows Flash player to run, rather than ask for permission each time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hangout Flash Enabler
Téléchargez les fichiers d'extension Hangout Flash Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will allow you to automatically enable flash on hangout. This will help you to get in the client easier.
Informations de Base sur l'Extension
Nom | |
ID | anbgkbldijjkcobgockaldnflcopphom |
URL Officiel | https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom |
Description | Automatically allows Flash player to run, rather than ask for permission each time. |
Taille du Fichier | 33.98 KB |
Nombre d'Installations | 154 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-10-14 |
Date de Publication | 2020-04-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pennywise.hangout.ph |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hangout.ph |
URL de la Page d'Aide | https://hangout.ph |
URL de la Page de Politique de Confidentialité | https://hangout.ph/help/10-privacy-policy |
Langues Prises en Charge | 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" } |