Flippr Flash Enabler
Allows Flippr to automatically run Flash Player
What is Flippr Flash Enabler?
Flippr Flash Enabler is a Chrome extension developed by http://flippr.network, and its main feature is "Allows Flippr to automatically run Flash Player".
Extension Screenshots
Download Flippr Flash Enabler Extension CRX File
Download Flippr Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.
Extension Basic Information
Name | |
ID | ffanchcjbhcfdbinfikgiifjhamojmdc |
Official URL | https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc |
Description | Allows Flippr to automatically run Flash Player |
File Size | 24.07 KB |
Installation Count | 1,876 |
Current Version | 0.4.1 |
Last Updated | 2020-07-04 |
Publish Date | 2020-07-04 |
Rating | 4.20/5 Total 10 Ratings |
Developer | http://flippr.network |
[email protected] | |
Payment Type | free |
Extension Website | https://flippr.network |
Help Page URL | https://discord.gg/Dtnrgea |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flippr Flash Enabler", "version": "0.4.1", "description": "Allows Flippr to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "32.png" } }, "icons": { "32": "32.png", "48": "48.png", "128": "128.png", "192": "192.png" }, "short_name": "FFE", "manifest_version": 2 } |