Fix Flash 11.2 Bug
Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Qu'est-ce que Fix Flash 11.2 Bug ?
Fix Flash 11.2 Bug est une extension Chrome développée par 李少杰, et sa fonction principale est "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fix Flash 11.2 Bug
Téléchargez les fichiers d'extension Fix Flash 11.2 Bug 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
解决了在linux下chromium使用adobe flash player 11.2 插件有时会有花屏现象 Informations de Base sur l'Extension
| Nom | |
| ID | dohljndhdkbfdjjgojkneboeeoefnddo |
| URL Officiel | https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo |
| Description | Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux |
| Taille du Fichier | 74.69 KB |
| Nombre d'Installations | 2,163 |
| Version Actuelle | 1.2 |
| Dernière Mise à Jour | 2014-02-07 |
| Date de Publication | 2014-02-07 |
| Évaluation | 3.21/5 Total 28 Évaluations |
| Développeur | 李少杰 |
| Type de Paiement | free |
| Langues Prises en Charge | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fix Flash 11.2 Bug",
"manifest_version": 2,
"version": "1.2",
"description": "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"icons": {
"48": "icon_48.png",
"96": "icon_96.png",
"128": "icon_128.png",
"256": "icon.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |