Flippr Flash Enabler
Allows Flippr to automatically run Flash Player
Co to jest Flippr Flash Enabler?
Flippr Flash Enabler to rozszerzenie Chrome opracowane przez http://flippr.network, a jego główną funkcją jest „Allows Flippr to automatically run Flash Player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flippr Flash Enabler
Pobierz pliki rozszerzeń Flippr Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffanchcjbhcfdbinfikgiifjhamojmdc |
Oficjalny URL | https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc |
Opis | Allows Flippr to automatically run Flash Player |
Rozmiar pliku | 24.07 KB |
Liczba instalacji | 1,876 |
Aktualna Wersja | 0.4.1 |
Ostatnia Aktualizacja | 2020-07-04 |
Data Publikacji | 2020-07-04 |
Ocena | 4.20/5 Łącznie 10 Oceny |
Deweloper | http://flippr.network |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://flippr.network |
Adres URL Strony Pomocy | https://discord.gg/Dtnrgea |
Obsługiwane Języki | 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 } |