Flah - flash enabler
Enables Flash automatically
Wat is Flah - flash enabler?
Flah - flash enabler is een Chrome-extensie ontwikkeld door zer0, en de belangrijkste functie is "Enables Flash automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie Flah - flash enabler
Download Flah - 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 automatically enable Flash Player on any website you want. You dont have to press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.
Basisinformatie over de Extensie
Naam | Flah - flash enabler |
ID | odoiohbbplgpbkfinacjpmcfpgfinljb |
Officiële URL | https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb |
Beschrijving | Enables Flash automatically |
Bestandsgrootte | 115 KB |
Aantal Installaties | 4,456 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-02-23 |
Publicatiedatum | 2020-02-23 |
Beoordeling | 3.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | zer0 |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "tabs", "contentSettings" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |